src/menu/components/share/actioncomponent/index.jsx
@@ -229,10 +229,10 @@ if (btn.class !== item.class || btn.show !== item.show || !btn.btnstyle.color) { if (btn.show === 'link' || btn.show === 'icon') { btn.btnstyle.color = color[btn.class] btn.btnstyle.background = 'transparent' btn.btnstyle.backgroundColor = 'transparent' } else { btn.btnstyle.color = '#ffffff' btn.btnstyle.background = color[btn.class] btn.btnstyle.backgroundColor = color[btn.class] } } return btn