@thalamiq/ui 0.1.9 → 0.1.11
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/styles/globals.css +3 -3
- package/package.json +1 -1
package/dist/styles/globals.css
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
------------------------------------------------------------ */
|
|
33
33
|
|
|
34
34
|
--border: oklch(0.88 0.004 260);
|
|
35
|
-
--input: oklch(0.
|
|
35
|
+
--input: oklch(0.98 0.003 260);
|
|
36
36
|
--ring: oklch(0.5 0.1 255);
|
|
37
37
|
|
|
38
38
|
/* ------------------------------------------------------------
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
Radius
|
|
118
118
|
------------------------------------------------------------ */
|
|
119
119
|
|
|
120
|
-
--radius: 0.
|
|
120
|
+
--radius: 0.5rem;
|
|
121
121
|
|
|
122
122
|
/* ------------------------------------------------------------
|
|
123
123
|
Sidebar
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
--popover-foreground: oklch(0.95 0 0);
|
|
152
152
|
|
|
153
153
|
--border: oklch(0.26 0.006 260);
|
|
154
|
-
--input: oklch(0.
|
|
154
|
+
--input: oklch(0.22 0.008 260);
|
|
155
155
|
--ring: oklch(0.55 0.1 255);
|
|
156
156
|
|
|
157
157
|
--muted: oklch(0.25 0.01 265);
|