Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a5b2b42

Browse files
committed
fix feedback form typo
1 parent 51e0a39 commit a5b2b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const FeedbackForm = () => {
7373
{choices.map(({ label, value, emoji }) => (
7474
<div key={value} className="group flex items-center">
7575
<RadioGroupItem value={value} id={value} className="group">
76-
<span className="zincscale group-checked:zincscale-0 group-data-[state=checked]:zincscale-0 mr-2">
76+
<span className="mr-2 grayscale group-checked:grayscale-0 group-data-[state=checked]:grayscale-0">
7777
{emoji}
7878
</span>
7979
</RadioGroupItem>

0 commit comments

Comments
 (0)