Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 14, 2023
1 parent 2602e77 commit 3c59998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/components/slider/LabeledValuesSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const StyledSlider = styled(Slider)(
&:hover {
opacity: 1;
}
&.${sliderClasses.disabled} {
&.${sliderClasses.disabled} {
pointer-events: none;
cursor: default;
color: ${theme.palette.mode === 'light' ? grey[300] : grey[600]};
Expand Down

0 comments on commit 3c59998

Please sign in to comment.