diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-03 16:41:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 16:41:04 -0500 |
commit | c3cd8f95c6534fb5eb78af299ef424c50aefd85a (patch) | |
tree | 0426c0429f1e736a5cb3760d3cab917b024951ff /src/constants/constants.ts | |
parent | 54027f2b5b763550fd11d1df6c5b979a7528170d (diff) | |
parent | c75ed458a0ce5cacd522b8ba0ec8979b27f9aa65 (diff) |
Merge pull request #216 from IvanIFChen/tma609-post-moment-notification-item
[TMA-609] Post Moment Notification Item
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 4 |
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> = [ |