aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/search/SearchInput.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-05-25 12:31:51 +0000
committerMohamed Bassem <me@mbassem.com>2025-05-25 12:31:51 +0000
commitd903c7f905eae617123356fdfdf09c3075e9cae1 (patch)
tree3d223c659c133a25b03fbade6eaef4c095ac827f /apps/web/components/dashboard/search/SearchInput.tsx
parenta1f770758b5c425324bfe7ff159adb9c82d85082 (diff)
downloadkarakeep-d903c7f905eae617123356fdfdf09c3075e9cae1.tar.zst
fix: Fix end icon in smart list input overlapping with text. Fixes #1379
Diffstat (limited to 'apps/web/components/dashboard/search/SearchInput.tsx')
-rw-r--r--apps/web/components/dashboard/search/SearchInput.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/search/SearchInput.tsx b/apps/web/components/dashboard/search/SearchInput.tsx
index c58542bf..e60c460c 100644
--- a/apps/web/components/dashboard/search/SearchInput.tsx
+++ b/apps/web/components/dashboard/search/SearchInput.tsx
@@ -100,7 +100,7 @@ const SearchInput = React.forwardRef<
</Button>
)}
<Input
- startIcon={SearchIcon}
+ startIcon={<SearchIcon size={18} className="text-muted-foreground" />}
ref={inputRef}
value={value}
onChange={onChange}