Delete src/theme.js
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
import {createTheme} from '@mui/material/styles'
|
||||
import {red} from '@mui/material/colors'
|
||||
|
||||
const theme = createTheme(({
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#556cd6'
|
||||
},
|
||||
secondary: {
|
||||
main: '#19857b'
|
||||
},
|
||||
error: {
|
||||
main: red.A400
|
||||
},
|
||||
background: {
|
||||
default: '#fff'
|
||||
}
|
||||
}
|
||||
}))
|
||||
|
||||
export default theme
|
||||
Reference in New Issue
Block a user