ios: fix not displaying TextInput values in SettingsView
This commit is contained in:
parent
63344ac62d
commit
0b25ff649e
|
@ -79,6 +79,7 @@ export default createStyleSheet({
|
||||||
* Standard text input field style.
|
* Standard text input field style.
|
||||||
*/
|
*/
|
||||||
textInputField: {
|
textInputField: {
|
||||||
|
color: ColorPalette.black,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
fontSize: TEXT_SIZE,
|
fontSize: TEXT_SIZE,
|
||||||
textAlign: 'right'
|
textAlign: 'right'
|
||||||
|
|
Loading…
Reference in New Issue