settings style verbessert
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user