diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-05 17:24:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 17:24:11 -0500 |
commit | 63c7fa6c54b835719435802ad1ddc33a74c872fe (patch) | |
tree | 3c832c79523fda4d3a245e8458ce3329304012b3 /src/constants/constants.ts | |
parent | 55914efe03da970f03970a2a9fa85196fce41b75 (diff) | |
parent | 037ff4baa3dc34ee717c9020f05a1b56b1cf153e (diff) |
Merge pull request #219 from ashmgarv/tma-625-failed-reply-navigation
[TMA - 625] Fix non-navigatable reply notification
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 7fcc457f..3bad0ed7 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -131,8 +131,8 @@ 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)', + 'rgba(143, 1, 255, 0.4)', + 'rgba(110, 231, 231, 0.4)', ], }; |