From 037ff4baa3dc34ee717c9020f05a1b56b1cf153e Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 5 Feb 2021 11:22:16 -0800 Subject: notification colour change --- src/constants/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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)', ], }; -- cgit v1.2.3-70-g09d2