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 781e8d9 commit ed3f695
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 @@ -84,7 +84,7 @@ export function FeedbackSelector({
disabled={isSubmittingThumb}
onClick={() => selectThumb("up")}
icon={HandThumbUpIcon}
className={`${feedback?.thumb === "up" ? "" : "[&_svg]:s-text-muted-foreground"}`}
className={feedback?.thumb === "up" ? "" : "[&_svg]:s-text-muted-foreground"}
/>
}
/>
Expand Down

0 comments on commit ed3f695

Please sign in to comment.