We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade1219 commit 2d311c3Copy full SHA for 2d311c3
docs/data/material/customization/color/ColorDemo.js
@@ -58,7 +58,7 @@ function ColorDemo(props) {
58
</Typography>
59
</Toolbar>
60
</AppBar>
61
- <Box component="pre" sx={{ m: 2, fontSize: 16 }}>
+ <Box component="pre" sx={{ m: 2, fontSize: 16, overflowX: 'auto' }}>
62
{`{
63
palette: {
64
primary: ${primary.output},
0 commit comments