This commit is contained in:
Violet Caulfield
2025-02-13 16:02:47 -06:00
parent ec0b661b28
commit 912e51ef37
+1 -1
View File
@@ -24,7 +24,7 @@ export default function Input(props: InputProps): React.JSX.Element {
)}
<TamaguiInput
flex={props.prependElement ? 6 : 1}
flex={props.prependElement ? 8 : 1}
{...props}
clearButtonMode="always"
/>