From 1abe6bcbb1ab7cc4ec09d8ccd21913186eed76d7 Mon Sep 17 00:00:00 2001 From: Youssef Date: Mon, 11 Oct 2021 10:13:50 +0100 Subject: [PATCH] update createTheme import --- frontend/src/themes/main-theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',