Skip to content

Commit

Permalink
fix vertical align valueLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-22-tech committed Jun 4, 2022
1 parent 6b52d55 commit 341ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const SliderValueLabel = styled(SliderValueLabelUnstyled, {
}),
...(ownerState.orientation === 'vertical' && {
right: '30px',
top: '25px',
top: '24px',
transformOrigin: 'right center',
'&:before': {
position: 'absolute',
Expand Down

0 comments on commit 341ffc8

Please sign in to comment.