Tweak box shadows in dark mode
This commit is contained in:
@ -102,8 +102,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
||||
borderStyles: {},
|
||||
shadows: {
|
||||
panelShadow: '0px 4px 18px rgba(120, 123, 134, 0.12)',
|
||||
cardBoxShadow:
|
||||
'0px 0px 9px -2px rgba(32, 31, 29, 0.09), 0px 7px 12px rgba(32, 31, 29, 0.07)',
|
||||
cardBoxShadow: '0px 0px 4px 0px rgb(255 255 255 / 10%)',
|
||||
},
|
||||
zIndices: {},
|
||||
transitions: {},
|
||||
|
||||
Reference in New Issue
Block a user