@exem-ui/react 0.3.4-next.20260326004724 → 0.3.4-next.20260327135032

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
@@ -562,7 +562,7 @@ var colorStyles = {
562
562
  text: "text-text-inverse group-disabled/button:text-text-inverse"
563
563
  },
564
564
  outlined: {
565
- button: "border border-border-secondary hover:bg-elevation-elevation-2 disabled:border-border-secondary",
565
+ button: "border border-border-primary hover:bg-elevation-elevation-2 disabled:border-border-primary",
566
566
  icon: "text-icon-secondary group-disabled/button:text-icon-disabled",
567
567
  text: "text-text-secondary group-disabled/button:text-text-disabled"
568
568
  },