diff --git a/src/themes/colors/dark.ts b/src/themes/colors/dark.ts index adbae87da..96a45f8a8 100644 --- a/src/themes/colors/dark.ts +++ b/src/themes/colors/dark.ts @@ -49,9 +49,9 @@ const darkThemeColors: Omit = { }, { x: 0, - y: 2, - blur: 12, - color: 'rgba(0, 0, 0, 0.75)', + y: 3, + blur: 6, + color: 'rgba(0, 0, 0, 0.25)', }, ], button: [ diff --git a/src/themes/colors/light.ts b/src/themes/colors/light.ts index 95f22fabe..543f5990b 100644 --- a/src/themes/colors/light.ts +++ b/src/themes/colors/light.ts @@ -42,7 +42,7 @@ const lightThemeColors: Omit = { }, { x: 0, - y: 0, + y: 3, blur: 6, color: 'rgba(0, 0, 0, 0.12)', },