Skip to content

Commit

Permalink
[docs] Add a missing bracket in the migration-v4 guide (mui#30616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adel authored and wladimirguerra committed Feb 2, 2022
1 parent 4094451 commit 9622eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/migration-v4/migration-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ As the core components use emotion as their style engine, the props used by emot
- marginTop: '20px',
- },
- },
+ variants: {
+ variants: [{
+ props: { color: "secondary" },
+ style: {
+ marginTop: '20px',
Expand Down

0 comments on commit 9622eac

Please sign in to comment.