Skip to content

Commit

Permalink
Merge pull request #185 from Huilensolis/183-fix-user-profile-form-is…
Browse files Browse the repository at this point in the history
…-not-submitting

fix: add to collection btn has no contrast in dark mode
  • Loading branch information
huilensolis authored May 12, 2024
2 parents ecab96c + b80157f commit c5e5423
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 c5e5423

Please sign in to comment.