@tutti-os/ui-system 0.0.209 → 0.0.211

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.
@@ -245,7 +245,7 @@
245
245
  --folder: rgb(80, 175, 238);
246
246
  --rich-text-folder: rgb(80, 175, 238);
247
247
  --rich-text-mention-file: rgb(80, 175, 238);
248
- --accent-codex: rgb(79 143 255);
248
+ --accent-codex: rgb(90 155 255);
249
249
  --accent: var(--accent-codex);
250
250
  --accent-codex-border: color-mix(
251
251
  in srgb,
@@ -424,7 +424,7 @@
424
424
  --folder: rgb(80, 175, 238);
425
425
  --rich-text-folder: rgb(80, 175, 238);
426
426
  --rich-text-mention-file: rgb(80, 175, 238);
427
- --accent-codex: rgb(79 143 255);
427
+ --accent-codex: rgb(90 155 255);
428
428
  --accent: var(--accent-codex);
429
429
  --accent-codex-border: color-mix(
430
430
  in srgb,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/ui-system",
3
- "version": "0.0.209",
3
+ "version": "0.0.211",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",