src/menu/components/card/cardcellcomponent/index.jsx
@@ -451,10 +451,7 @@ } else if (res.class !== cell.class || res.show !== cell.show || !res.style) { let cl = res.class.replace('border-', '') let style = {} if (res.show === 'link' || res.show === 'icon') { style.color = color[cl] style.backgroundColor = 'transparent' } else if (res.class === 'default') { if (res.class === 'default') { style.color = 'rgba(0, 0, 0, 0.65)' style.backgroundColor = '#fff' style.borderColor = '#d9d9d9'