src/menu/components/card/cardcellcomponent/index.jsx
@@ -458,6 +458,14 @@ if (res.show === 'link' || res.show === 'icon') { style.color = color[cl] style.backgroundColor = 'transparent' } else if (res.class === 'default') { style.color = 'rgba(0, 0, 0, 0.65)' style.backgroundColor = '#fff' style.borderColor = '#d9d9d9' } else if (res.class.indexOf('border') > -1) { style.color = color[cl] style.backgroundColor = '#fff' style.borderColor = color[cl] } else { style.color = '#ffffff' style.backgroundColor = color[cl]