@kubetail/ui 3.0.0-rc10-mm → 3.0.0-rc11-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
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--secondary-foreground: oklch(0.4461 0.0263 256.8018);
|
|
16
16
|
--muted: oklch(0.9846 0.0017 247.8389);
|
|
17
17
|
--muted-foreground: oklch(0.5510 0.0234 264.3637);
|
|
18
|
-
--accent:
|
|
18
|
+
--accent: var(--color-blue-100); /* custom */
|
|
19
19
|
--accent-foreground: oklch(0.3791 0.1378 265.5222);
|
|
20
20
|
--destructive: oklch(0.6368 0.2078 25.3313);
|
|
21
21
|
--destructive-foreground: oklch(1.0000 0 0);
|
|
@@ -31,7 +31,7 @@
|
|
|
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
|
-
--sidebar-accent:
|
|
34
|
+
--sidebar-accent: var(--color-blue-200); /* custom */
|
|
35
35
|
--sidebar-accent-foreground: oklch(0.3791 0.1378 265.5222);
|
|
36
36
|
--sidebar-border: oklch(0.8976 0.0058 264.5313); /* custom */
|
|
37
37
|
--sidebar-ring: oklch(0.6231 0.1880 259.8145);
|