fix shadows

This commit is contained in:
Abhinav 2023-04-12 10:37:12 +05:30
parent 57ec4095c7
commit 1f8db3b7cb
2 changed files with 4 additions and 4 deletions

View file

@ -49,9 +49,9 @@ const darkThemeColors: Omit<ThemeColorsOptions, keyof FixedColors> = {
}, },
{ {
x: 0, x: 0,
y: 2, y: 3,
blur: 12, blur: 6,
color: 'rgba(0, 0, 0, 0.75)', color: 'rgba(0, 0, 0, 0.25)',
}, },
], ],
button: [ button: [

View file

@ -42,7 +42,7 @@ const lightThemeColors: Omit<ThemeColorsOptions, keyof FixedColors> = {
}, },
{ {
x: 0, x: 0,
y: 0, y: 3,
blur: 6, blur: 6,
color: 'rgba(0, 0, 0, 0.12)', color: 'rgba(0, 0, 0, 0.12)',
}, },