Skip to content

Commit

Permalink
Replace deprecated 'createMuiTheme' method with 'createTheme'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Legec committed Sep 13, 2021
1 parent c021309 commit 80ca19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createMuiTheme } from '@material-ui/core/styles';
import { createTheme } from '@material-ui/core/styles';

export const theme = createMuiTheme({
export const theme = createTheme({
palette: {
secondary: {
main: '#f5f5f5',
Expand Down

0 comments on commit 80ca19c

Please sign in to comment.