@syscore/ui-library 1.1.4 → 1.1.5
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/client/global.css +4 -4
- package/package.json +1 -1
package/client/global.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/** @import must precede all other statements */
|
|
2
|
-
@import url(
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap")
|
|
3
3
|
layer(base);
|
|
4
|
-
@import url(
|
|
4
|
+
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap")
|
|
5
5
|
layer(base);
|
|
6
6
|
|
|
7
|
-
@import
|
|
7
|
+
@import "tailwindcss";
|
|
8
8
|
|
|
9
9
|
@plugin 'tailwindcss-animate';
|
|
10
10
|
|
|
@@ -437,7 +437,7 @@ layer(base);
|
|
|
437
437
|
--popover: 0 0% 100%;
|
|
438
438
|
--popover-foreground: 230 15% 12%;
|
|
439
439
|
|
|
440
|
-
--primary:
|
|
440
|
+
--primary: #0d7489;
|
|
441
441
|
--primary-foreground: 210 40% 98%;
|
|
442
442
|
|
|
443
443
|
--secondary: 252 100% 97%;
|