@dreadkn1ght123/ui 0.2.1 → 0.2.2
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/package.json +1 -1
- package/theme.css +4 -6
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -100,9 +100,8 @@
|
|
|
100
100
|
--sidebar: oklch(0.985 0 0);
|
|
101
101
|
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
102
102
|
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
103
|
-
|
|
104
|
-
--sidebar-primary: oklch(0.
|
|
105
|
-
--sidebar-primary-foreground: oklch(0.986 0.031 120.757);
|
|
103
|
+
--sidebar-primary: oklch(0.479 0.291 265.078);
|
|
104
|
+
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
106
105
|
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
107
106
|
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
108
107
|
--sidebar-ring: oklch(0.705 0.015 286.067);
|
|
@@ -198,9 +197,8 @@
|
|
|
198
197
|
--sidebar: oklch(0.21 0.006 285.885);
|
|
199
198
|
--sidebar-foreground: oklch(0.985 0 0);
|
|
200
199
|
--sidebar-border: oklch(1 0 0 / 10%);
|
|
201
|
-
|
|
202
|
-
--sidebar-primary: oklch(0.
|
|
203
|
-
--sidebar-primary-foreground: oklch(0.274 0.072 132.109);
|
|
200
|
+
--sidebar-primary: oklch(0.479 0.291 265.078);
|
|
201
|
+
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
204
202
|
--sidebar-accent: oklch(0.274 0.006 286.033);
|
|
205
203
|
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
206
204
|
--sidebar-ring: oklch(0.552 0.016 285.938);
|