diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-20 17:35:20 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-20 17:35:20 -0400 |
commit | 142c84c7c45411b9badf7da3182c9e4bd0e96e38 (patch) | |
tree | ccbdff21ab93e6b82ce0887af1d13bca72ae184d /src/constants/constants.ts | |
parent | 7d57106ae614e42ea1d7d871a098e0acefc83762 (diff) |
Add gradient progress bar
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'; |