diff --git a/examples/cdn/index.html b/examples/cdn/index.html index 713553b19a784e..b92f3526b1aa78 100644 --- a/examples/cdn/index.html +++ b/examples/cdn/index.html @@ -22,7 +22,7 @@ ThemeProvider, Typography, Container, - createTheme, + createMuiTheme, Box, SvgIcon, Link, @@ -30,7 +30,7 @@ } = MaterialUI; // Create a theme instance. -const theme = createTheme({ +const theme = createMuiTheme({ palette: { primary: { main: '#556cd6',