@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.
- package/dist/harmonic.cjs.development.js +2 -2
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +2 -2
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 ? '
|
|
8757
|
+
backgroundColor: isSelected ? 'base-black' : 'base-white',
|
|
8758
8758
|
textColor: isSelected ? 'base-white' : 'base-black',
|
|
8759
|
-
hoveredColor:
|
|
8759
|
+
hoveredColor: "base-black",
|
|
8760
8760
|
pressedColor: "black-pressed"
|
|
8761
8761
|
}, rest), text);
|
|
8762
8762
|
})));
|