diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-07 18:48:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 18:48:51 -0400 |
commit | fa51a3c6894028828679c551027ec232ed8203b1 (patch) | |
tree | b55ece7257c868f3cb9eeae4a70fb7b220040fb5 /src/screens/profile/CaptionScreen.tsx | |
parent | 893e7bf7a49eb612a975dddae4d792a035b9f420 (diff) | |
parent | 82bfc01d95275ebe4a63695326b3b775807c2408 (diff) |
Merge pull request #404 from IvanIFChen/hotfix-mentions-bugfixes
[HOTFIX] Mentions Bugfixes
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 2 |
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> |