aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-01 18:25:55 -0500
committerIvan Chen <ivan@tagg.id>2021-02-01 18:25:55 -0500
commitf8a3e57ab04af5658cb48aaa3fded31126bdaa8b (patch)
tree4fe1dbbcd37c18d06f855bcd4cd03fd761062931 /src/constants/constants.ts
parent3e6e2834aead9ee8e7f16fabcaf89e7f2a4263c2 (diff)
gradient
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts
index ad43c337..7fcc457f 100644
--- a/src/constants/constants.ts
+++ b/src/constants/constants.ts
@@ -130,6 +130,10 @@ 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)',
+ ],
};
export const CLASS_YEAR_LIST: Array<string> = [