Skip to content

Commit dd0ae07

Browse files
author
nisarg-chudasama
committed
minor change
1 parent 59e10c3 commit dd0ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/customization/color/ColorTool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function ColorTool() {
229229
<Box sx={{ display: 'flex', alignItems: 'center', mt: 2, mb: 2 }}>
230230
<Typography id={`${intent}ShadeSliderLabel`}>Shade:</Typography>
231231
<Slider
232-
sx={{ width: 'calc(100%-80px)', ml: 3, mr: 3 }}
232+
sx={{ width: 'calc(100% - 80px)', ml: 3, mr: 3 }}
233233
value={intentShade}
234234
min={0}
235235
max={13}

0 commit comments

Comments
 (0)