1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +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: { typography: {
fontFamily: ['Sen', 'Roboto, sans-serif'], fontFamily: ['Sen', 'Roboto, sans-serif'],
fontWeightBold: '700', fontWeightBold: '700',