@stackloop/ui 2.0.6 → 2.0.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 +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
|
@@ -2945,7 +2945,7 @@ const pt = ae(
|
|
|
2945
2945
|
"peer-focus:ring-2 peer-focus:ring-primary peer-focus:ring-offset-2",
|
|
2946
2946
|
"peer-disabled:opacity-50 peer-disabled:cursor-not-allowed",
|
|
2947
2947
|
"flex items-center justify-center",
|
|
2948
|
-
x ? "bg-primary border-primary" : "border-border bg-
|
|
2948
|
+
x ? "bg-primary border-primary" : "border-border bg-secondary",
|
|
2949
2949
|
a
|
|
2950
2950
|
),
|
|
2951
2951
|
whileTap: { scale: 0.95 },
|