src/menu/components/share/actioncomponent/index.jsx
@@ -406,7 +406,7 @@ } else { btn.style = item.style || {} if (btn.class) { if (btn.class !== item.class || btn.show !== item.show || !btn.style.color || item.focus) { if (btn.class !== item.class || btn.show !== item.show || !btn.style.color || (item.focus && !btn.style.color)) { if (btn.show === 'icon') { btn.style.color = color[btn.class] btn.style.backgroundColor = 'transparent'