@thalamiq/ui 0.1.10 → 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.
@@ -32,7 +32,7 @@
32
32
  ------------------------------------------------------------ */
33
33
 
34
34
  --border: oklch(0.88 0.004 260);
35
- --input: oklch(0.95 0.004 260);
35
+ --input: oklch(0.98 0.003 260);
36
36
  --ring: oklch(0.5 0.1 255);
37
37
 
38
38
  /* ------------------------------------------------------------
@@ -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.16 0.006 260);
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thalamiq/ui",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",