From 5c730d7800e00d59bd9a413c1d592afcd6166736 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 19 Feb 2026 14:25:44 +0200 Subject: [PATCH] simplify style --- src/components/forms/SearchInput.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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} />