aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-02-05 10:49:10 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-02-05 10:49:10 -0800
commit432c191c585b4f1319e7ebbaf87b749f2c5631da (patch)
treeeb4801d764f8d9df6433e7d543ab68230fe86dd6 /src
parentcb6fb946a230fc8d6328533ccb0c952260c75853 (diff)
adjusted colour of unread notification
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 7fcc457f..bc0112c7 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.5)',
- 'rgba(110, 231, 231, 0.5)',
+ 'rgba(143, 1, 255, 0.3)',
+ 'rgba(110, 231, 231, 0.3)',
],
};