diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-05 11:22:16 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-05 11:22:16 -0800 |
commit | 037ff4baa3dc34ee717c9020f05a1b56b1cf153e (patch) | |
tree | f2fa083b7e9b201b6d304bef5c431a8910720a46 /src | |
parent | 432c191c585b4f1319e7ebbaf87b749f2c5631da (diff) |
notification colour change
Diffstat (limited to 'src')
-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 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)', ], }; |