king
2021-07-28 2e3d8e7d5715862733e43070e7df73b48a81948f
src/menu/components/carousel/cardcomponent/index.jsx
@@ -172,9 +172,6 @@
    let _style = {...card.style}
    if (_style.shadow) {
      _style.boxShadow = '0 0 4px ' + _style.shadow
    }
    _style.height = cards.style.height
    _style = resetStyle(_style)