Skip to content

Commit

Permalink
[docs] Add a missing comma in the customization example (mui#34617)
Browse files Browse the repository at this point in the history
Signed-off-by: Kinayat Abay <[email protected]>
  • Loading branch information
AbayKinayat authored and alexfauquette committed Oct 14, 2022
1 parent f60f5fe commit 8ea23dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/customization/palette/palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const theme = createTheme({
// Then you will be able to use it like this: `<Button color="custom">`
// (For TypeScript, you need to add module augmentation for the `custom` value)
custom: {
light: '#ffa726'
light: '#ffa726',
main: '#f57c00',
dark: '#ef6c00',
contrastText: 'rgba(0, 0, 0, 0.87)',
Expand Down

0 comments on commit 8ea23dd

Please sign in to comment.