@optilogic/core 1.3.6 → 1.3.7

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/index.js CHANGED
@@ -6777,7 +6777,7 @@ function applyTheme(theme, targetElement) {
6777
6777
  );
6778
6778
  element.style.setProperty(
6779
6779
  "--hover",
6780
- `${hslTheme.hover ?? deriveHoverChannels(theme, hslTheme)} / 0.12`
6780
+ `${hslTheme.hover ?? deriveHoverChannels(theme, hslTheme)} / 0.18`
6781
6781
  );
6782
6782
  element.style.setProperty("--chart-1", hslTheme.chart1);
6783
6783
  element.style.setProperty("--chart-2", hslTheme.chart2);