aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-06-15 03:53:00 +0900
committerBrian Kim <brian@tagg.id>2021-06-15 03:53:00 +0900
commitbc2c093e9342ed8deb98652d1c278417dd6435f3 (patch)
treee94fa0e2d270f966c33804ff99179b042febec3b /src/screens/profile/CaptionScreen.tsx
parent5d8357b7e370a51a5f13b316582bcbcd595566d9 (diff)
Fixed styles for comments vs captions
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 8bffd82b..05095d16 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -167,7 +167,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => {
placeholderTextColor="gray"
value={caption}
onChange={setCaption}
- partTypes={mentionPartTypes('blue')}
+ partTypes={mentionPartTypes('blue', 'caption')}
/>
<TouchableOpacity
onPress={() =>