diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-15 13:49:03 -0800 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-15 13:49:03 -0800 |
commit | e53e7e65cef9333ebbf02dba6e9ab5fe2cda0693 (patch) | |
tree | 90b144be7a53de95dae82db4c191388d66e7d472 /src/constants | |
parent | 2f507b898fe7f366d0ad714273ebe1cb86587394 (diff) |
changes in style variable
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/constants.ts | 5 |
1 files changed, 4 insertions, 1 deletions
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, |