Change mode of text input from outlined to default

Related to #140
unit-tests
Brandon Presley 5 months ago
parent 651b130caa
commit 53799fdcc4

@ -14,7 +14,6 @@ function AppInput(
return (
<TextInput
selectionColor={dark ? '#2A2A2A' : CombinedDefaultTheme.colors.border}
mode="outlined"
style={{marginBottom: MARGIN, minWidth: 100}}
selectTextOnFocus
ref={props.innerRef}

Loading…
Cancel
Save