aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-19 16:18:44 -0400
committerIvan Chen <ivan@tagg.id>2021-04-19 16:18:44 -0400
commit9458d888cc03fc61c13db69492682ac268991887 (patch)
tree953f3b29708bc1f5b918bb403e59d4e70af58f4f /src/components/taggs
parentc477ebfd00e3898814721b8316a47cf14f1740c4 (diff)
cleaned up TAGG_LIGHT_BLUE_2 color constant
Diffstat (limited to 'src/components/taggs')
-rw-r--r--src/components/taggs/TwitterTaggPost.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/taggs/TwitterTaggPost.tsx b/src/components/taggs/TwitterTaggPost.tsx
index 834e32ef..b2889e3e 100644
--- a/src/components/taggs/TwitterTaggPost.tsx
+++ b/src/components/taggs/TwitterTaggPost.tsx
@@ -1,12 +1,12 @@
import React from 'react';
-import {Image, Linking, StyleSheet, View} from 'react-native';
-import {Text} from 'react-native-animatable';
+import { Image, Linking, StyleSheet, View } from 'react-native';
+import { Text } from 'react-native-animatable';
import Hyperlink from 'react-native-hyperlink';
import LinearGradient from 'react-native-linear-gradient';
-import {AVATAR_DIM, TAGGS_GRADIENT, TAGG_LIGHT_BLUE} from '../../constants';
-import {TwitterPostType} from '../../types';
-import {handleOpenSocialUrlOnBrowser, SCREEN_WIDTH} from '../../utils';
-import {DateLabel, PostCarousel} from '../common';
+import { AVATAR_DIM, TAGGS_GRADIENT, TAGG_LIGHT_BLUE, TAGG_LIGHT_BLUE_2 } from '../../constants';
+import { TwitterPostType } from '../../types';
+import { handleOpenSocialUrlOnBrowser, SCREEN_WIDTH } from '../../utils';
+import { DateLabel, PostCarousel } from '../common';
interface TwitterTaggPostProps {
ownerHandle: string;
@@ -194,7 +194,7 @@ const styles = StyleSheet.create({
},
viewOnTwitterText: {
fontSize: 12,
- color: '#6ee7e7',
+ color: TAGG_LIGHT_BLUE_2,
},
// reply post
replyPostContainer: {