diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-23 18:53:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 18:53:15 -0400 |
| commit | 88b8d6c732d871ddf48bb6a4a1bb8cfb27f0bc1d (patch) | |
| tree | 0e36f5b9258a2104d35bb929546575df4b0bfd22 /src/constants/constants.ts | |
| parent | 14c151ba80672938fecd4768b30f5812bd0a996e (diff) | |
| parent | e39fcbd9e35f6a5e36afe248e24bea0dd3859202 (diff) | |
Merge branch 'master' into tma985-moment-view-count
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 13a73208..476e7af4 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -69,6 +69,7 @@ export const TAGG_DARK_BLUE = '#4E699C'; export const TAGG_DARK_PURPLEISH_BLUE = '#4755A1'; export const TAGG_LIGHT_BLUE: string = '#698DD3'; export const TAGG_LIGHT_BLUE_2: string = '#6EE7E7'; +export const TAGG_LIGHT_BLUE_3 = '#DDE8FE'; export const TAGG_LIGHT_PURPLE = '#F4DDFF'; export const RADIO_BUTTON_GREY: string = '#BEBEBE'; |
