Skip to content

Commit

Permalink
Update sparkle/src/components/FeedbackSelector.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alban Dumouilla <[email protected]>
  • Loading branch information
pinotalexandre and albandum authored Dec 4, 2024
1 parent 6fa7c6c commit 781e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkle/src/components/FeedbackSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function FeedbackSelector({
disabled={isSubmittingThumb}
onClick={() => selectThumb("down")}
icon={HandThumbDownIcon}
className={`${feedback?.thumb === "down" ? "" : "[&_svg]:s-text-muted-foreground"}`}
className={feedback?.thumb === "down" ? "" : "[&_svg]:s-text-muted-foreground"}
/>
}
/>
Expand Down

0 comments on commit 781e8d9

Please sign in to comment.