From 432c191c585b4f1319e7ebbaf87b749f2c5631da Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 5 Feb 2021 10:49:10 -0800 Subject: adjusted colour of unread notification --- 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 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)', ], }; -- cgit v1.2.3-70-g09d2