Skip to content

Commit

Permalink
fix: Selected feedback styling (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Dec 12, 2024
1 parent 70f1372 commit ea94f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const FaceBox = ({
px: 0,
width: "100%",
textTransform: "none",
[`&.${toggleButtonClasses.selected}`]: {
[`&.${toggleButtonClasses.selected} > div`]: {
borderColor: (theme) => theme.palette.primary.dark,
background: (theme) => theme.palette.background.paper,
},
Expand Down

0 comments on commit ea94f96

Please sign in to comment.