king
2023-05-20 01a88094eaa183714ed7490ca7b85fee1e7bb064
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'