diff options
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/constants.ts | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 61ff9ac5..f58aa686 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -132,8 +132,8 @@ export const BACKGROUND_GRADIENT_MAP: Record<    [BackgroundGradientType.Light]: ['#9F00FF', '#27EAE9'],    [BackgroundGradientType.Dark]: ['#421566', '#385D5E'],    [BackgroundGradientType.Notification]: [ -    'rgba(143, 1, 255, 0.5)', -    'rgba(110, 231, 231, 0.5)', +    'rgba(143, 1, 255, 0.4)', +    'rgba(110, 231, 231, 0.4)',    ],  };  | 
