forked from Ninjalama/streamyfin_mirror
fix: input placeholder color on android
This commit is contained in:
@@ -10,6 +10,7 @@ export function Input(props: TextInputProps) {
|
||||
allowFontScaling={false}
|
||||
style={[{ color: "white" }, style]}
|
||||
{...otherProps}
|
||||
placeholderTextColor={"#9CA3AF"}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user