ios: fix not displaying TextInput values in SettingsView

This commit is contained in:
Saúl Ibarra Corretgé 2019-11-13 09:44:44 +01:00 committed by Saúl Ibarra Corretgé
parent 63344ac62d
commit 0b25ff649e
1 changed files with 1 additions and 0 deletions

View File

@ -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'