@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.cjs CHANGED
@@ -6814,7 +6814,7 @@ function applyTheme(theme, targetElement) {
6814
6814
  );
6815
6815
  element.style.setProperty(
6816
6816
  "--hover",
6817
- `${hslTheme.hover ?? deriveHoverChannels(theme, hslTheme)} / 0.12`
6817
+ `${hslTheme.hover ?? deriveHoverChannels(theme, hslTheme)} / 0.18`
6818
6818
  );
6819
6819
  element.style.setProperty("--chart-1", hslTheme.chart1);
6820
6820
  element.style.setProperty("--chart-2", hslTheme.chart2);