@shuriken-ui/tailwind 4.0.0-alpha.26 → 4.0.0-alpha.27
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/lib/css/dark.css +1 -1
- package/lib/theme.css +1 -2
- package/package.json +1 -1
package/lib/css/dark.css
CHANGED
package/lib/theme.css
CHANGED
@@ -173,8 +173,7 @@
|
|
173
173
|
--color-popup-dark-border: var(--color-muted-950);
|
174
174
|
--color-popup-dark-text: var(--color-white);
|
175
175
|
|
176
|
-
--color-ring: var(--color-muted-
|
177
|
-
--opacity-ring: 100;
|
176
|
+
--color-ring: var(--color-muted-800);
|
178
177
|
|
179
178
|
/** Animations */
|
180
179
|
--animate-nui-placeload: nui-placeload 1s linear infinite forwards;
|
package/package.json
CHANGED