Fix dark mode background (#643)
This commit is contained in:
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 |
BIN
front/src/modules/ui/themes/assets/light-noise.png
Normal file
BIN
front/src/modules/ui/themes/assets/light-noise.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user