@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.
@@ -5751,7 +5751,7 @@ var LeftMenu = function LeftMenu() {
5751
5751
  label: '',
5752
5752
  icon: step.icon,
5753
5753
  size: "2rem",
5754
- className: (step.id === selectedStepper ? BUTTON_TEXT_COLOR : TEXT_COLOR_1) + " pointer-events-auto cursor-pointer m-auto "
5754
+ 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 + " "
5755
5755
  })), React.createElement("span", {
5756
5756
  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"
5757
5757
  }, step.name)));