aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/constants/constants.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts
index bc0112c7..3bad0ed7 100644
--- a/src/constants/constants.ts
+++ b/src/constants/constants.ts
@@ -131,8 +131,8 @@ export const BACKGROUND_GRADIENT_MAP: Record<
[BackgroundGradientType.Light]: ['#9F00FF', '#27EAE9'],
[BackgroundGradientType.Dark]: ['#421566', '#385D5E'],
[BackgroundGradientType.Notification]: [
- 'rgba(143, 1, 255, 0.3)',
- 'rgba(110, 231, 231, 0.3)',
+ 'rgba(143, 1, 255, 0.4)',
+ 'rgba(110, 231, 231, 0.4)',
],
};