Delete src/theme.js

This commit is contained in:
2023-07-22 13:30:16 +04:00
parent 463a3d61f6
commit 368d11958a
-21
View File
@@ -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