aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts5
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,