1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

update createTheme import

This commit is contained in:
Youssef 2021-10-11 10:13:50 +01:00
parent a1e8bf7573
commit 1abe6bcbb1

View File

@ -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',