specift correct grid card shadow hover

This commit is contained in:
Satindar Dhillon 2022-04-06 12:56:01 -07:00
parent dc028466d0
commit 2af85d567e

View file

@ -102,6 +102,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
borderStyles: {},
shadows: {
panelShadow: '0px 4px 18px rgba(120, 123, 134, 0.12)',
cardItemShadow: '0px 8px 32px rgba(32, 31, 29, 0.33)',
cardBoxShadow:
'0px 0px 9px -2px rgba(32, 31, 29, 0.09), 0px 7px 12px rgba(32, 31, 29, 0.07)',
},
@ -194,6 +195,7 @@ const darkThemeSpec = {
avatarFont: 'rgba(255, 255, 255, 0.8)',
},
shadows: {
cardItemShadow: '0px 8px 32px rgba(255, 255, 255, 0.33)',
cardBoxShadow:
'0px 0px 9px -2px rgba(32, 31, 29, 0.09), 0px 7px 12px rgba(32, 31, 29, 0.07)',
},