Skip to content

Commit

Permalink
fix: add to collection btn has no contrast in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
huilensolis committed May 12, 2024
1 parent cb342cb commit b80157f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function AddPostToCollectionBtn({
return (
<div className="w-full flex">
<DropdownMenu>
<DropdownMenuTrigger className="flex items-center justify-center gap-1 px-4 py-2">
<DropdownMenuTrigger className="flex items-center justify-center gap-1 px-4 py-2 text-neutral-800 dark:text-neutral-300">
<ChevronDown /> Save to collection
</DropdownMenuTrigger>
<DropdownMenuContent className="bg-neutral-200 max-w-80">
Expand Down

0 comments on commit b80157f

Please sign in to comment.