diff --git a/src/components/forms/SearchInput.tsx b/src/components/forms/SearchInput.tsx index 826dfcf6fc..ced4652ba5 100644 --- a/src/components/forms/SearchInput.tsx +++ b/src/components/forms/SearchInput.tsx @@ -66,13 +66,7 @@ export function SearchInput({ autoComplete="off" autoCapitalize="none" onKeyPress={onKeyPress} - style={[ - showClear - ? { - paddingRight: 24, - } - : {}, - ]} + style={[!!showClear && a.pr_2xl]} {...rest} />