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"
autoCapitalize="none"
onKeyPress={onKeyPress}
style={[
showClear
? {
paddingRight: 24,
}
: {},
]}
style={[!!showClear && a.pr_2xl]}
{...rest}
/>
</TextField.Root>