diff --git a/frontend/src/theme/create-components.js b/frontend/src/theme/create-components.js index 5357302..52282e0 100644 --- a/frontend/src/theme/create-components.js +++ b/frontend/src/theme/create-components.js @@ -54,7 +54,7 @@ export function createComponents(config) { root: { borderRadius: 20, [`&.${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)' } } }