Update packages & cleanup (#4475)

This commit is contained in:
Zach H 2021-11-13 15:30:49 -05:00 committed by GitHub
parent f789e02096
commit 26acfd5102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8054 additions and 4976 deletions

View file

@ -1,4 +1,4 @@
import { createMuiTheme } from '@material-ui/core';
import { createTheme } from '@material-ui/core/styles';
const palette = {
background: {
@ -43,7 +43,7 @@ const palette = {
},
};
export const materialTheme = createMuiTheme({
export const materialTheme = createTheme({
palette,
overrides: {