aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-06 18:36:21 -0400
committerIvan Chen <ivan@tagg.id>2021-05-06 18:36:21 -0400
commit807acf3c3a74c4091aeef2ab90a7b8b7f1c8d20e (patch)
tree5ab8b30b340ec03fcf40358398d70314310c7c29 /src/screens/profile/CaptionScreen.tsx
parenta6ada7b34da599d3edb797d6bd9fce57ded7bac5 (diff)
updated moment mention style
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index 041f0da2..a41abba6 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -116,7 +116,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => {
placeholderTextColor="gray"
value={caption}
onChange={setCaption}
- partTypes={mentionPartTypes}
+ partTypes={mentionPartTypes('blue')}
/>
</View>
</KeyboardAvoidingView>