diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-05 17:32:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-05 17:32:56 -0500 |
| commit | bad7fac394f8ef2870a9a139fd46d0def4421bf1 (patch) | |
| tree | fe86615c66c61d7b6519b16779263c527186d4e1 /src/constants | |
| parent | 63c7fa6c54b835719435802ad1ddc33a74c872fe (diff) | |
| parent | 95d3a1a0a60191f44afa8282825d03a2b4c58202 (diff) | |
Merge pull request #222 from ashmgarv/tma549
[TMA - 549]
Diffstat (limited to 'src/constants')
| -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 3bad0ed7..f58aa686 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -60,6 +60,7 @@ export const LINKEDIN_FONT_COLOR: string = '#78B5FD'; export const SNAPCHAT_FONT_COLOR: string = '#FFFC00'; export const YOUTUBE_FONT_COLOR: string = '#FCA4A4'; +export const TAGG_PURPLE = '#8F01FF'; export const TAGG_DARK_BLUE = '#4E699C'; export const TAGG_LIGHT_BLUE: string = '#698DD3'; export const TAGG_LIGHT_PURPLE = '#F4DDFF'; |
