Add search to mobile, fix light mode drawer background

This commit is contained in:
Daniel Lautzenheiser
2022-11-07 15:48:27 -05:00
parent 3727a97973
commit 61e187199e
5 changed files with 37 additions and 46 deletions

View File

@ -13,10 +13,10 @@ const useCreateTheme = (mode: PaletteMode) => {
? {
mode,
primary: {
main: '#3764be',
main: '#1b72de',
},
secondary: {
main: '#3764be',
main: '#1b72de',
},
background: {
default: '#f9f9f9',