diff --git a/frontend/src/themes/main-theme.js b/frontend/src/themes/main-theme.js index 1a45f5e8c2..70c1443632 100644 --- a/frontend/src/themes/main-theme.js +++ b/frontend/src/themes/main-theme.js @@ -1,6 +1,6 @@ -import { createMuiTheme } from '@material-ui/core/styles'; +import { createTheme } from '@material-ui/core/styles'; -const theme = createMuiTheme({ +const theme = createTheme({ typography: { fontFamily: ['Sen', 'Roboto, sans-serif'], fontWeightBold: '700',