Browse Source

ios: fix not displaying TextInput values in SettingsView

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
0b25ff649e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/settings/components/native/styles.js

+ 1
- 0
react/features/settings/components/native/styles.js View File

@@ -79,6 +79,7 @@ export default createStyleSheet({
79 79
      * Standard text input field style.
80 80
      */
81 81
     textInputField: {
82
+        color: ColorPalette.black,
82 83
         flex: 1,
83 84
         fontSize: TEXT_SIZE,
84 85
         textAlign: 'right'

Loading…
Cancel
Save