@dust-tt/sparkle 0.2.277 → 0.2.278
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/sparkle.css +2 -2
- package/package.json +1 -1
package/dist/sparkle.css
CHANGED
|
@@ -2802,7 +2802,7 @@ select {
|
|
|
2802
2802
|
|
|
2803
2803
|
.s-bg-primary {
|
|
2804
2804
|
--tw-bg-opacity: 1;
|
|
2805
|
-
background-color: rgb(
|
|
2805
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
2806
2806
|
}
|
|
2807
2807
|
|
|
2808
2808
|
.s-bg-purple-100 {
|
|
@@ -4657,7 +4657,7 @@ select {
|
|
|
4657
4657
|
|
|
4658
4658
|
.hover\:s-text-primary:hover {
|
|
4659
4659
|
--tw-text-opacity: 1;
|
|
4660
|
-
color: rgb(
|
|
4660
|
+
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
4661
4661
|
}
|
|
4662
4662
|
|
|
4663
4663
|
.hover\:s-text-primary-900:hover {
|
package/package.json
CHANGED