aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components')
-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 ace3d785..5e46fc18 100644
--- a/apps/web/components/dashboard/search/SearchInput.tsx
+++ b/apps/web/components/dashboard/search/SearchInput.tsx
@@ -84,7 +84,7 @@ const SearchInput = React.forwardRef<
}}
/>
<QueryExplainerTooltip
- className="-translate-1/2 absolute right-1.5 top-2 p-0.5"
+ className="-translate-1/2 absolute right-1.5 top-2 stroke-foreground p-0.5"
parsedSearchQuery={parsedSearchQuery}
/>
{parsedSearchQuery.result === "full" &&