Remove v4 theme
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import {createTheme, adaptV4Theme} from '@mui/material/styles'
|
||||
import {createTheme} from '@mui/material/styles'
|
||||
import {red} from '@mui/material/colors'
|
||||
|
||||
const theme = createTheme(adaptV4Theme({
|
||||
const theme = createTheme(({
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#556cd6'
|
||||
|
||||
Reference in New Issue
Block a user