@privateers/ui 0.3.8 → 0.3.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.
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
--font-mono: "JetBrains Mono", ui-monospace, monospace;
|
|
28
28
|
|
|
29
29
|
/* Base colors - Slate */
|
|
30
|
-
--background: oklch(0.
|
|
30
|
+
--background: oklch(0.8443 0.003 220.58);
|
|
31
31
|
--foreground: oklch(0.15 0.015 250);
|
|
32
32
|
|
|
33
33
|
/* Card */
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
--chart-4: oklch(0.50 0.15 200);
|
|
70
70
|
--chart-5: oklch(0.55 0.15 185);
|
|
71
71
|
|
|
72
|
-
/* Border radius -
|
|
73
|
-
--radius: 0.
|
|
72
|
+
/* Border radius - Subtle rounding for professional look */
|
|
73
|
+
--radius: 0.25rem;
|
|
74
74
|
|
|
75
75
|
/* Sidebar */
|
|
76
76
|
--sidebar: oklch(0.98 0.002 250);
|