Add dialog

This commit is contained in:
Philipp Heckel 2022-02-19 22:26:58 -05:00
parent c859f866b8
commit 8c0f3b2304
4 changed files with 86 additions and 88 deletions

View file

@ -8,7 +8,7 @@ const theme = createTheme({
main: '#338574',
},
secondary: {
main: '#338574',
main: '#6cead0',
},
error: {
main: red.A400,