Fix SnackBar visual (#5569)

cf https://discord.com/channels/1130383047699738754/1243478998810497054
This commit is contained in:
Marie
2024-05-27 12:15:57 +02:00
committed by GitHub
parent bcb5cf7ad7
commit 2a1ea326d2
13 changed files with 25 additions and 33 deletions

View File

@ -1,3 +1,4 @@
import { BLUR_LIGHT } from '@ui/theme/constants/BlurLight';
import { SNACK_BAR_LIGHT } from '@ui/theme/constants/SnackBarLight';
import { ACCENT_LIGHT } from './AccentLight';
@ -13,6 +14,7 @@ export const THEME_LIGHT = {
...{
accent: ACCENT_LIGHT,
background: BACKGROUND_LIGHT,
blur: BLUR_LIGHT,
border: BORDER_LIGHT,
boxShadow: BOX_SHADOW_LIGHT,
font: FONT_LIGHT,