Skip to content

Commit c2ba875

Browse files
Merge pull request #104 from planetscale/light-mode-icon
fix icon color
2 parents ba7d1f1 + f8685f8 commit c2ba875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/_components/actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Actions = ({ session }: { session: Session | null }) => {
1616
onClick={toggleOpen}
1717
aria-label="Search"
1818
>
19-
<SearchIcon className="h-4 w-4 text-white" />
19+
<SearchIcon className="h-4 w-4 text-primary" />
2020
</Button>
2121
<ProfileMenu session={session} />
2222

0 commit comments

Comments
 (0)