Skip to content

Commit cb82a00

Browse files
Update docs/data/material/customization/color/ColorDemo.js
Co-authored-by: Zeeshan Tamboli <zeeshan.tamboli@gmail.com> Signed-off-by: sai chand <60743144+sai6855@users.noreply.github.com>
1 parent 1b0902e commit cb82a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function ColorDemo(props) {
5858
</Typography>
5959
</Toolbar>
6060
</AppBar>
61-
<Box component="pre" sx={{ m: 2, fontSize: 16, overflowX: 'scroll' }}>
61+
<Box component="pre" sx={{ m: 2, fontSize: 16, overflowX: 'auto' }}>
6262
{`{
6363
palette: {
6464
primary: ${primary.output},

0 commit comments

Comments
 (0)