settings style verbessert

This commit is contained in:
2024-09-15 18:21:28 +02:00
parent 5495cf59a5
commit 94047882cc
2 changed files with 4 additions and 9 deletions

View File

@@ -93,6 +93,7 @@ export const ThemeTextInput = ({ style, value, disabled, onValueChange, secureTe
borderRadius: 8,
paddingRight: 14,
paddingLeft: 8,
paddingVertical: 1,
borderColor: disabled ? colors.textDisabled : colors.text,
borderWidth: 1,
},
@@ -100,6 +101,7 @@ export const ThemeTextInput = ({ style, value, disabled, onValueChange, secureTe
flex: 1,
paddingVertical: 10,
paddingRight: 10,
height: 45,
backgroundColor: colors.backPrimary,
color: disabled ? colors.textDisabled : colors.text,
},