make placeholder text fainter

This commit is contained in:
Samuel Newman
2026-02-05 10:49:33 -06:00
parent 182643d741
commit 18dd028197
@@ -224,7 +224,7 @@ export function TextInput({
onPaste={onPaste}
onSelectionChange={onSelectionChange}
placeholder={placeholder}
placeholderTextColor={t.atoms.text_contrast_medium.color}
placeholderTextColor={t.atoms.text_contrast_low.color}
keyboardAppearance={theme.colorScheme}
autoFocus={props.autoFocus !== undefined ? props.autoFocus : true}
allowFontScaling