Skip to content

Commit

Permalink
chore: rename createMuiTheme - deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Sep 3, 2021
1 parent b188bf5 commit 30c0250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pubg-frontend/src/theme.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createMuiTheme, makeStyles } from "@material-ui/core/styles";
import { createTheme, makeStyles } from "@material-ui/core/styles";

export const theme = createMuiTheme({
export const theme = createTheme({
palette: {
type: "dark",
common: {
Expand Down

0 comments on commit 30c0250

Please sign in to comment.