Change mode of text input from outlined to default

Related to #140
This commit is contained in:
Brandon Presley 2023-01-01 13:16:08 +13:00
parent 651b130caa
commit 53799fdcc4
1 changed files with 0 additions and 1 deletions

View File

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