make placeholder text fainter
This commit is contained in:
@@ -224,7 +224,7 @@ export function TextInput({
|
|||||||
onPaste={onPaste}
|
onPaste={onPaste}
|
||||||
onSelectionChange={onSelectionChange}
|
onSelectionChange={onSelectionChange}
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
placeholderTextColor={t.atoms.text_contrast_medium.color}
|
placeholderTextColor={t.atoms.text_contrast_low.color}
|
||||||
keyboardAppearance={theme.colorScheme}
|
keyboardAppearance={theme.colorScheme}
|
||||||
autoFocus={props.autoFocus !== undefined ? props.autoFocus : true}
|
autoFocus={props.autoFocus !== undefined ? props.autoFocus : true}
|
||||||
allowFontScaling
|
allowFontScaling
|
||||||
|
|||||||
Reference in New Issue
Block a user