diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-01-22 19:05:36 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-01-22 19:05:36 -0500 |
| commit | e5915b02008dfcebe08de063f0440974c8415d4b (patch) | |
| tree | 308517c416605f13163bf6847e5c322ee23ab2e8 /src/constants | |
| parent | cf420db54deb32be1e6bc4092eef105cc23d93e4 (diff) | |
| parent | 9921e80e60cb24d0fc7b99123a8b146c6e7d14ff (diff) | |
Merge branch 'master' into tma552-adjust-styles-and-sizes
# Conflicts:
# src/components/profile/Content.tsx
# src/screens/profile/MomentCommentsScreen.tsx
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 9abfc702..ad43c337 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -61,7 +61,7 @@ export const SNAPCHAT_FONT_COLOR: string = '#FFFC00'; export const YOUTUBE_FONT_COLOR: string = '#FCA4A4'; export const TAGG_DARK_BLUE = '#4E699C'; -export const TAGG_TEXT_LIGHT_BLUE: string = '#698DD3'; +export const TAGG_LIGHT_BLUE: string = '#698DD3'; export const TAGG_LIGHT_PURPLE = '#F4DDFF'; export const TAGGS_GRADIENT = { |
