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:
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: {
|
typography: {
|
||||||
fontFamily: ['Sen', 'Roboto, sans-serif'],
|
fontFamily: ['Sen', 'Roboto, sans-serif'],
|
||||||
fontWeightBold: '700',
|
fontWeightBold: '700',
|
||||||
|
Loading…
Reference in New Issue
Block a user