chore: set boxes with shadow

This commit is contained in:
Leandro Antônio Farias Machado 2023-04-13 09:54:04 -03:00
parent 0aa5ca5413
commit ec64cd9679

View File

@ -54,7 +54,7 @@ export function createComponents(config) {
root: { root: {
borderRadius: 20, borderRadius: 20,
[`&.${paperClasses.elevation1}`]: { [`&.${paperClasses.elevation1}`]: {
boxShadow: '0px 5px 22px rgba(0, 0, 0, 0.04), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.03)' boxShadow: '0px 5px 22px rgba(0, 0, 0, 0.1), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.03)'
} }
} }
} }