Skip to content

Commit

Permalink
keep using createMuiTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed Apr 28, 2021
1 parent d9a6e69 commit 5a44e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cdn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
ThemeProvider,
Typography,
Container,
createTheme,
createMuiTheme,
Box,
SvgIcon,
Link,
StyledEngineProvider,
} = MaterialUI;

// Create a theme instance.
const theme = createTheme({
const theme = createMuiTheme({
palette: {
primary: {
main: '#556cd6',
Expand Down

0 comments on commit 5a44e9a

Please sign in to comment.