From 1ea92e53c8daee66bb0c0d58fce8875081994770 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Mon, 25 Aug 2025 14:37:41 +0100 Subject: [PATCH] Padding --- frontend/src/components/tools/toolPicker/ToolSearch.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/tools/toolPicker/ToolSearch.tsx b/frontend/src/components/tools/toolPicker/ToolSearch.tsx index 985d5b1c2..027e36c9c 100644 --- a/frontend/src/components/tools/toolPicker/ToolSearch.tsx +++ b/frontend/src/components/tools/toolPicker/ToolSearch.tsx @@ -87,7 +87,6 @@ const ToolSearch = ({ placeholder={placeholder || t("toolPicker.searchPlaceholder", "Search tools...")} icon={hideIcon ? undefined : search} autoComplete="off" - style={{padding: 0}} onFocus={onFocus} /> );