Skip to content

Commit

Permalink
yarn docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
vicasas committed Apr 27, 2021
1 parent c8a8165 commit 9b4c4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/customization/theming/ThemeNestingExtend.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const outerTheme = createMuiTheme({
export default function ThemeNestingExtend() {
return (
<ThemeProvider theme={outerTheme}>
<Checkbox defaultChecked />
<Checkbox defaultChecked color="secondary" />
<ThemeProvider
theme={(theme) =>
createMuiTheme({
Expand All @@ -28,7 +28,7 @@ export default function ThemeNestingExtend() {
})
}
>
<Checkbox defaultChecked color="primary" />
<Checkbox defaultChecked />
<Checkbox defaultChecked color="secondary" />
</ThemeProvider>
</ThemeProvider>
Expand Down

0 comments on commit 9b4c4c8

Please sign in to comment.