Move to dashboard theme

This commit is contained in:
Philipp Heckel 2022-02-19 19:48:33 -05:00
parent b497063af4
commit c859f866b8
11 changed files with 5004 additions and 4038 deletions

View file

@ -5,10 +5,10 @@ import { createTheme } from '@mui/material/styles';
const theme = createTheme({
palette: {
primary: {
main: '#556cd6',
main: '#338574',
},
secondary: {
main: '#19857b',
main: '#338574',
},
error: {
main: red.A400,