src/menu/components/card/cardcomponent/index.jsx @@ -235,10 +235,6 @@ let _style = {...card.style} if (_style.shadow) { _style.boxShadow = '0 0 4px ' + _style.shadow } if (side === 'back') { _style = { ...card.backStyle,