Skip to content

Commit

Permalink
Add cursor pointer to comments icon (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag authored Aug 6, 2024
1 parent e680dab commit 1c7376c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/berlin/src/components/option/Option.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function Option({
{option.subTitle}
</Markdown>
)}
<MessageSquareText onClick={handleCommentsClick} />
<MessageSquareText className="cursor-pointer" onClick={handleCommentsClick} />
</section>
</article>
);
Expand Down

0 comments on commit 1c7376c

Please sign in to comment.