We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7d1f1 commit f8685f8Copy full SHA for f8685f8
src/app/_components/actions.tsx
@@ -16,7 +16,7 @@ export const Actions = ({ session }: { session: Session | null }) => {
16
onClick={toggleOpen}
17
aria-label="Search"
18
>
19
- <SearchIcon className="h-4 w-4 text-white" />
+ <SearchIcon className="h-4 w-4 text-primary" />
20
</Button>
21
<ProfileMenu session={session} />
22
0 commit comments