Fix dark mode background (#643)

This commit is contained in:
Félix Malfait
2023-07-13 20:57:26 +02:00
committed by GitHub
parent 734e18e01a
commit 15685018df
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1,5 +1,5 @@
import DarkNoise from './assets/dark-noise.png';
import LightNoise from './assets/light-noise.jpg';
import LightNoise from './assets/light-noise.png';
import { grayScale, rgba } from './colors';
export const backgroundLight = {