@royaloperahouse/harmonic 0.6.1-b → 0.6.2-a

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.
@@ -8754,9 +8754,9 @@ var HotFilters = function HotFilters(_ref) {
8754
8754
  return handleClick(index, _onClick);
8755
8755
  },
8756
8756
  iconName: isSelected ? 'Confirm' : undefined,
8757
- backgroundColor: isSelected ? 'primary-black' : 'base-white',
8757
+ backgroundColor: isSelected ? 'base-black' : 'base-white',
8758
8758
  textColor: isSelected ? 'base-white' : 'base-black',
8759
- hoveredColor: isSelected ? 'black-hovered' : 'base-black',
8759
+ hoveredColor: "base-black",
8760
8760
  pressedColor: "black-pressed"
8761
8761
  }, rest), text);
8762
8762
  })));