Skip to content

Commit

Permalink
[docs][material-ui] Fix slider in color customization playground twi…
Browse files Browse the repository at this point in the history
…tches when sliding (#43671)

Co-authored-by: nisarg-chudasama <nisarg_chudasama@trendmicro.com>
  • Loading branch information
Nashyn and nisarg-chudasama authored Sep 14, 2024
1 parent 012c2e8 commit 4bb9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/customization/color/ColorTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function ColorTool() {
onChange={handleChangeShade(intent)}
aria-labelledby={`${intent}ShadeSliderLabel`}
/>
<Typography>{shades[intentShade]}</Typography>
<Typography minWidth={40}>{shades[intentShade]}</Typography>
</Box>
<Box sx={{ width: 192 }}>
{hues.map((hue) => {
Expand Down

0 comments on commit 4bb9b33

Please sign in to comment.