From b886f8d72d7da6bd4cac80399c57f5f78fb877d3 Mon Sep 17 00:00:00 2001 From: Bettenbuk Zoltan Date: Fri, 26 Apr 2019 18:36:41 +0200 Subject: [PATCH] rn: specify chat text field font color --- react/features/chat/components/native/styles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/chat/components/native/styles.js b/react/features/chat/components/native/styles.js index 56a70cc4c..fc4ca2fb4 100644 --- a/react/features/chat/components/native/styles.js +++ b/react/features/chat/components/native/styles.js @@ -65,6 +65,7 @@ export default { }, inputField: { + color: 'rgb(28, 32, 37)', flex: 1, height: 48 },