simplify style

This commit is contained in:
Samuel Newman
2026-02-19 14:25:44 +02:00
parent 137e7e7848
commit 5c730d7800
+1 -7
View File
@@ -66,13 +66,7 @@ export function SearchInput({
autoComplete="off" autoComplete="off"
autoCapitalize="none" autoCapitalize="none"
onKeyPress={onKeyPress} onKeyPress={onKeyPress}
style={[ style={[!!showClear && a.pr_2xl]}
showClear
? {
paddingRight: 24,
}
: {},
]}
{...rest} {...rest}
/> />
</TextField.Root> </TextField.Root>