fix: tampilan
Deskrispi: - color input - value length No ISSues
This commit is contained in:
@@ -68,7 +68,7 @@ export function InputForm({ label, value, placeholder, onChange, info, disable,
|
||||
value={value}
|
||||
placeholder={placeholder}
|
||||
keyboardType={type}
|
||||
style={[Styles.inputRoundForm, error && { borderColor: "red" }, round && Styles.round30, { backgroundColor: bg && bg == 'white' ? 'white' : 'transparent' }]}
|
||||
style={[Styles.inputRoundForm, error && { borderColor: "red" }, round && Styles.round30, { backgroundColor: bg && bg == 'white' ? 'white' : 'transparent' }, { color: 'black' }]}
|
||||
onChangeText={onChange}
|
||||
placeholderTextColor={'gray'}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user