Skip to content

Commit

Permalink
mark the dots too
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 5, 2020
1 parent 1313a6e commit 308c2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ const Slider = React.forwardRef(function Slider(props, ref) {
<React.Fragment key={mark.value}>
<span
style={style}
data-index={index}
className={clsx(classes.mark, {
[classes.markActive]: markActive,
})}
Expand Down

0 comments on commit 308c2c1

Please sign in to comment.