Skip to content

Commit

Permalink
Use non-deprecated default value for Badge#overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 6, 2020
1 parent de0cdb8 commit 8fb45f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/modules/components/ThemeContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ export function ThemeProvider(props) {
},
...paletteColors,
},
// v5 migration
props: {
MuiBadge: {
overlap: 'rectangular',
},
},
spacing,
},
dense ? highDensity : null,
Expand Down

0 comments on commit 8fb45f1

Please sign in to comment.