@kubetail/ui 3.0.0-rc8-mm → 3.0.0-rc9-mm
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/index.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
--chart-3: oklch(0.4882 0.2172 264.3763);
|
|
28
28
|
--chart-4: oklch(0.4244 0.1809 265.6377);
|
|
29
29
|
--chart-5: oklch(0.3791 0.1378 265.5222);
|
|
30
|
-
--sidebar: oklch(0.
|
|
30
|
+
--sidebar: oklch(0.9600 0.0017 247.8389); /* custom */
|
|
31
31
|
--sidebar-foreground: oklch(0.3211 0 0);
|
|
32
32
|
--sidebar-primary: oklch(0.6231 0.1880 259.8145);
|
|
33
33
|
--sidebar-primary-foreground: oklch(1.0000 0 0);
|
|
34
34
|
--sidebar-accent: oklch(0.9514 0.0250 236.8242);
|
|
35
35
|
--sidebar-accent-foreground: oklch(0.3791 0.1378 265.5222);
|
|
36
|
-
--sidebar-border: oklch(0.
|
|
36
|
+
--sidebar-border: oklch(0.8976 0.0058 264.5313); /* custom */
|
|
37
37
|
--sidebar-ring: oklch(0.6231 0.1880 259.8145);
|
|
38
38
|
--radius: 0.375rem;
|
|
39
39
|
}
|