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:
parent
a1e8bf7573
commit
1abe6bcbb1
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user