king
2023-04-27 59db6fab9c1ed1fa5559d423d439e14ea33b1598
src/menu/components/share/actioncomponent/index.jsx
@@ -405,6 +405,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.show === 'icon') {
                btn.style.color = color[btn.class]
@@ -428,6 +429,9 @@
                btn.style.borderColor = color[btn.class]
              }
            }
            } else if (btn.color) {
              btn.style = {}
            }
          }
          return btn
        } else {