From e53e7e65cef9333ebbf02dba6e9ab5fe2cda0693 Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Mon, 15 Feb 2021 13:49:03 -0800 Subject: changes in style variable --- src/constants/constants.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/constants') diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 611fd748..3c43fb6c 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -75,7 +75,10 @@ export const AVATAR_GRADIENT = { end: '#215151', }; -export const NOTIFICATION_GRADIENT = ['rgba(247, 248, 248, 1)', 'rgba(247, 248, 248, 0)'] +export const NOTIFICATION_GRADIENT = [ + 'rgba(247, 248, 248, 1)', + 'rgba(247, 248, 248, 0)', +]; export const SOCIAL_FONT_COLORS = { INSTAGRAM: INSTAGRAM_FONT_COLOR, -- cgit v1.2.3-70-g09d2