aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 12:39:31 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 12:39:31 -0800
commit2360e774d94e271d1d9db0d5b92b801b9325535e (patch)
treea51dd5fb2d7a2d39f48d5631448ba58a4a6e693c /src/constants/constants.ts
parent47053e42a60151f04cb8a18ea86e4a96d03103b8 (diff)
TMA-634-indentation and unused variables removed
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts
index 99526474..84106df0 100644
--- a/src/constants/constants.ts
+++ b/src/constants/constants.ts
@@ -79,8 +79,14 @@ export const NOTIFICATION_GRADIENT = [
'rgba(247, 248, 248, 1)',
'rgba(247, 248, 248, 0)',
];
-export const BADGE_GRADIENT_FIRST = ['rgba(86, 63, 51, 1)', 'rgba(236, 32, 39, 1)']
-export const BADGE_GRADIENT_REST = ['rgba(78, 54, 41, 1)', 'rgba(236, 32, 39, 1)']
+export const BADGE_GRADIENT_FIRST = [
+ 'rgba(86, 63, 51, 1)',
+ 'rgba(236, 32, 39, 1)',
+];
+export const BADGE_GRADIENT_REST = [
+ 'rgba(78, 54, 41, 1)',
+ 'rgba(236, 32, 39, 1)',
+];
export const SOCIAL_FONT_COLORS = {
INSTAGRAM: INSTAGRAM_FONT_COLOR,