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.
|
||||
*/
|
||||
textInputField: {
|
||||
color: ColorPalette.black,
|
||||
flex: 1,
|
||||
fontSize: TEXT_SIZE,
|
||||
textAlign: 'right'
|
||||
|
|
Loading…
Reference in New Issue