@opencxh/ui-kit 3.124.10 → 3.124.11
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74,7 +74,7 @@ const bt = {
|
|
|
74
74
|
secondary: "bg-gray-100 text-text hover:bg-surface-hover disabled:bg-surface-hover",
|
|
75
75
|
// No resting fill, so no disabled fill either — a greyed-out plate where
|
|
76
76
|
// there was nothing reads as a different control, not as a disabled one.
|
|
77
|
-
outline: "border border-border text-accent hover:bg-
|
|
77
|
+
outline: "border border-border text-accent hover:bg-surface-hover",
|
|
78
78
|
ghost: "text-text-muted hover:bg-surface-hover hover:text-text",
|
|
79
79
|
destructive: "border border-danger-border bg-danger-soft text-danger-fg hover:border-danger disabled:bg-surface-hover",
|
|
80
80
|
// Solid status fills. Reserved for a control whose colour IS the answer —
|