@iris-ui-kit/react 0.2.0 → 0.2.1

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/admin.cjs CHANGED
@@ -312,7 +312,7 @@ function IrisNavMenu({
312
312
  boxSizing: "border-box",
313
313
  border: "none",
314
314
  borderRadius: "var(--iris-radius-md, 6px)",
315
- background: opts.active ? "var(--iris-primary)" : opts.hovered && !opts.disabled ? "var(--iris-surface)" : "transparent",
315
+ background: opts.active ? "var(--iris-primary)" : opts.hovered && !opts.disabled ? "var(--iris-surface-hover, var(--iris-surface))" : "transparent",
316
316
  color: opts.active ? "var(--iris-primary-foreground, #fff)" : opts.trail ? "var(--iris-primary)" : "var(--iris-foreground)",
317
317
  font: "inherit",
318
318
  fontSize: 14,