diff --git a/components/common/Input.tsx b/components/common/Input.tsx index 2a3602c2..b8988c0b 100644 --- a/components/common/Input.tsx +++ b/components/common/Input.tsx @@ -10,6 +10,7 @@ export function Input(props: TextInputProps) { allowFontScaling={false} style={[{ color: "white" }, style]} {...otherProps} + placeholderTextColor={"#9CA3AF"} /> ); }