@x33025/sveltely 0.0.8 → 0.0.10
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/style/index.css +2 -2
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/style/index.css
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
--tooltip-border-radius: var(--radius-sm);
|
|
63
63
|
--tooltip-padding: 4px 8px;
|
|
64
64
|
--tooltip-font-size: 12px;
|
|
65
|
-
--tooltip-background:
|
|
66
|
-
--tooltip-text:
|
|
65
|
+
--tooltip-background: var(--color-black);
|
|
66
|
+
--tooltip-text: var(--color-white);
|
|
67
67
|
}
|
|
68
68
|
}
|
package/dist/style.css
CHANGED
|
@@ -562,8 +562,8 @@
|
|
|
562
562
|
--tooltip-border-radius: var(--radius-sm);
|
|
563
563
|
--tooltip-padding: 4px 8px;
|
|
564
564
|
--tooltip-font-size: 12px;
|
|
565
|
-
--tooltip-background:
|
|
566
|
-
--tooltip-text:
|
|
565
|
+
--tooltip-background: var(--color-black);
|
|
566
|
+
--tooltip-text: var(--color-white);
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
@property --tw-rotate-x {
|