From 0a098bf26eff583e148db181d86758cdd31929f3 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 9 Oct 2024 07:28:53 +0200 Subject: [PATCH] chore --- components/common/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/Input.tsx b/components/common/Input.tsx index 62f19023..ba4ab45b 100644 --- a/components/common/Input.tsx +++ b/components/common/Input.tsx @@ -10,9 +10,9 @@ export function Input(props: TextInputProps) { className="p-4 border border-neutral-800 rounded-xl bg-neutral-900" allowFontScaling={false} style={[{ color: "white" }, style]} - {...otherProps} placeholderTextColor={"#9CA3AF"} clearButtonMode="while-editing" + {...otherProps} /> ); }