diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-21 21:47:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 21:47:43 -0400 |
| commit | 5afdf9208fd3d7498a2595797e6c9fb5f567fc61 (patch) | |
| tree | b76d16e06c0fb5f89a3da9ffa44eddec71f9d52c /src/constants/constants.ts | |
| parent | 83802c3a18b1a1406cb4f1336b91e477161e7340 (diff) | |
| parent | dcbe315638f6c5edc98415d6cec2a016bfc601bf (diff) | |
Merge pull request #436 from shravyaramesh/tma853-tag-selection-screen
[TMA-853] Tag selection screen
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 f533563d..99d3901b 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -65,6 +65,7 @@ export const TAGG_DARK_BLUE = '#4E699C'; export const TAGG_LIGHT_BLUE: string = '#698DD3'; export const TAGG_LIGHT_BLUE_2: string = '#6EE7E7'; export const TAGG_LIGHT_PURPLE = '#F4DDFF'; +export const RADIO_BUTTON_GREY: string = '#BEBEBE'; export const TAGGS_GRADIENT = { start: '#9F00FF', |
