Skip to content

Commit

Permalink
fix: light mode in mobile comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Jun 10, 2023
1 parent 2c422b1 commit 2b43236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Commentable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function Root({ className, blockId }: CommentableProps) {
)}
onClick={handleToggleCommenting}
>
<NewCommentIcon className="pointer-events-none h-5 w-5 select-none rounded-xl text-zinc-800 dark:bg-zinc-900 dark:text-zinc-300 md:rounded-none md:bg-transparent" />
<NewCommentIcon className="pointer-events-none h-5 w-5 select-none rounded-xl bg-zinc-100 text-zinc-800 dark:bg-zinc-900 dark:text-zinc-300 md:rounded-none md:bg-transparent" />
</button>
</HoverCard.Trigger>
<AnimatePresence>
Expand Down

0 comments on commit 2b43236

Please sign in to comment.