Skip to content

Commit

Permalink
Set a style for toggleButtonGroup hover (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
jecr authored Dec 16, 2022
1 parent 3c3dd5b commit 24584e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/core/src/Input/toggle-button-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const StyledMuiToggleButtonGroup = styled(MuiToggleButtonGroup)(({ size }) => ({
"&.MuiToggleButton-root:active:not(.Mui-selected)": {
background: "#0D10302E",
},
"&.Mui-selected": {
"&.Mui-selected, &.Mui-selected:hover": {
background: "#3548D4",
color: "#FFFFFF",
},
Expand Down

0 comments on commit 24584e2

Please sign in to comment.