feat(base/ui/native): Use new Input component (#12526)

feat(base/ui/native): replaced react native TextInput component with our native Input component
This commit is contained in:
Calinteodor
2022-11-08 17:46:46 +02:00
committed by GitHub
parent 74cd486232
commit 2c7dc5e40e
33 changed files with 366 additions and 694 deletions

View File

@@ -74,8 +74,7 @@ export default {
color: BaseTheme.palette.text01
},
passwordInput: {
color: BaseTheme.palette.text01,
customContainer: {
width: 208
},