aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-07 18:48:57 -0400
committerGitHub <noreply@github.com>2021-05-07 18:48:57 -0400
commitae61e1602149a881483631239ea2507a58378cc4 (patch)
tree7b2c4831416a199bc4f1799b6002d40fb73da5cb
parentfa51a3c6894028828679c551027ec232ed8203b1 (diff)
parent86a3b4b1ccc19f6af98f3761ecd20f361ca8fe30 (diff)
Merge pull request #406 from brian-tagg/increaseFontChatMessages
Increase font chat messages
-rw-r--r--src/screens/chat/ChatScreen.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/screens/chat/ChatScreen.tsx b/src/screens/chat/ChatScreen.tsx
index a8e975eb..ee0686d1 100644
--- a/src/screens/chat/ChatScreen.tsx
+++ b/src/screens/chat/ChatScreen.tsx
@@ -52,6 +52,9 @@ const ChatScreen: React.FC<ChatScreenProps> = ({navigation}) => {
backgroundColor: '#f8f8f8',
height: 70,
},
+ inputBox: {
+ fontSize: 16,
+ },
},
avatar: {
container: {
@@ -103,6 +106,11 @@ const ChatScreen: React.FC<ChatScreenProps> = ({navigation}) => {
borderBottomRightRadius: 10,
borderTopRightRadius: 10,
},
+ markdown: {
+ text: {
+ fontSize: 16,
+ }
+ },
},
status: {
statusContainer: {},