From a3c1fccc671ebd27a783c9680fb645752e0d9fd1 Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Tue, 21 May 2024 13:10:31 +0530 Subject: [PATCH] fix placeholder overlapping in search input --- src/Components/Form/SearchInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Form/SearchInput.tsx b/src/Components/Form/SearchInput.tsx index e64aad207d1..2d146837ebf 100644 --- a/src/Components/Form/SearchInput.tsx +++ b/src/Components/Form/SearchInput.tsx @@ -80,7 +80,7 @@ const SearchInput = ({ props.trailing || (!props.secondary && (
- + {shortcutKeyIcon}
@@ -88,7 +88,7 @@ const SearchInput = ({ } trailingFocused={
- + Esc