@tenonhq/dovetail-dashboard 0.0.32 → 0.0.33

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenonhq/dovetail-dashboard",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Update Set Dashboard for Dovetail",
5
5
  "main": "server.js",
6
6
  "scripts": {
@@ -285,7 +285,7 @@
285
285
  padding: 1px 6px;
286
286
  border-radius: var(--radius-xs);
287
287
  font-size: 13px;
288
- color: var(--brand);
288
+ color: var(--code-inline-fg);
289
289
  }
290
290
  .cp-tab-panel pre {
291
291
  background: var(--neutral-900);
package/public/tokens.css CHANGED
@@ -79,6 +79,7 @@
79
79
  --fg-subtle: var(--neutral-300);
80
80
  --fg-on-dark: var(--neutral-25);
81
81
  --fg-on-neon: var(--emerald-500);
82
+ --code-inline-fg: var(--brand);
82
83
 
83
84
  --accent: var(--neon-300);
84
85
  --accent-hover: var(--neon-500);
@@ -187,6 +188,7 @@
187
188
  --fg-subtle: #6f8378;
188
189
  --fg-on-dark: #ecf3ef;
189
190
  --fg-on-neon: var(--emerald-900);
191
+ --code-inline-fg: var(--neon-300);
190
192
 
191
193
  --accent: var(--neon-300);
192
194
  --accent-hover: var(--neon-500);