@solid-design-system/tokens 6.0.0-next.1 → 6.0.0-next.2
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/themes/tailwind.css +2 -2
- package/package.json +1 -1
package/dist/themes/tailwind.css
CHANGED
|
@@ -209,10 +209,10 @@
|
|
|
209
209
|
}
|
|
210
210
|
@keyframes loader-color-white {
|
|
211
211
|
0%, 100% {
|
|
212
|
-
color: var(--sd-color-icon-fill-white, var(--sd-color-white))
|
|
212
|
+
color: var(--sd-color-icon-fill-white, var(--sd-color-white));
|
|
213
213
|
}
|
|
214
214
|
50% {
|
|
215
|
-
color: var(--sd-color-icon-fill-white, var(--sd-color-white))
|
|
215
|
+
color: var(--sd-color-icon-fill-white, var(--sd-color-white));
|
|
216
216
|
opacity: 20%;
|
|
217
217
|
}
|
|
218
218
|
}
|