Skip to content

Commit

Permalink
fix: createTheme export name
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Feb 17, 2024
1 parent cd9510c commit fa11e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/root.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Provider } from 'react-redux'
import { withRouter } from 'react-router'
import { ConnectedRouter } from 'connected-react-router/immutable'
import {
createMuiTheme,
createTheme,
createGenerateClassName,
StylesProvider,
ThemeProvider,
Expand Down Expand Up @@ -37,7 +37,7 @@ import App from '@components/app'
* });
* */

const theme = createMuiTheme({
const theme = createTheme({
overrides: {
MuiButton: {
root: {
Expand Down

0 comments on commit fa11e6e

Please sign in to comment.