@threedddplus/logoeditor 0.0.26 → 0.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5759,7 +5759,7 @@ var LeftMenu = function LeftMenu() {
5759
5759
  label: '',
5760
5760
  icon: step.icon,
5761
5761
  size: "2rem",
5762
- className: (step.id === selectedStepper ? BUTTON_TEXT_COLOR : TEXT_COLOR_1) + " pointer-events-auto cursor-pointer m-auto "
5762
+ className: (step.id === selectedStepper ? BUTTON_TEXT_COLOR : TEXT_COLOR_1) + " pointer-events-auto cursor-pointer m-auto group-hover:" + BUTTON_TEXT_COLOR + " group-active:" + BUTTON_TEXT_COLOR + " "
5763
5763
  })), React__default.createElement("span", {
5764
5764
  className: step.id === selectedStepper ? SELECT_TEXT_COLOR + " " + TEXT_SIZE_1 + " uppercase font-bold text-center" : TEXT_COLOR_1 + " " + TEXT_SIZE_1 + " uppercase font-bold text-center group-hover:text-white"
5765
5765
  }, step.name)));