@thalamiq/ui 0.1.19 → 0.1.20
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 +2 -2
- package/package.json +1 -1
package/dist/styles/globals.css
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
------------------------------------------------------------ */
|
|
52
52
|
|
|
53
53
|
/* Buttons, links, explicit user actions */
|
|
54
|
-
--primary: oklch(0.
|
|
54
|
+
--primary: oklch(0.5 0.08 255);
|
|
55
55
|
--primary-foreground: oklch(1 0 0);
|
|
56
56
|
|
|
57
57
|
/* Secondary: ghost buttons, toggles, secondary CTAs */
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
--muted: oklch(0.2 0.008 260);
|
|
142
142
|
--muted-foreground: oklch(0.7 0.008 265);
|
|
143
143
|
|
|
144
|
-
--primary: oklch(0.
|
|
144
|
+
--primary: oklch(0.58 0.08 255);
|
|
145
145
|
--primary-foreground: oklch(0.16 0.01 265);
|
|
146
146
|
|
|
147
147
|
--secondary: oklch(0.23 0.014 260);
|