Skip to content

Commit 9888c6a

Browse files
committed
Add forgotten style variable
1 parent c3e9d4d commit 9888c6a

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

specification/draft/apps.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ type McpUiStyleVariableKey =
544544
| "--color-text-success"
545545
| "--color-text-warning"
546546
| "--color-text-disabled"
547+
| "--color-text-ghost"
547548
// Border colors
548549
| "--color-border-primary"
549550
| "--color-border-secondary"

src/generated/schema.json

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/schema.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/spec.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export type McpUiStyleVariableKey =
6161
| "--color-text-success"
6262
| "--color-text-warning"
6363
| "--color-text-disabled"
64+
| "--color-text-ghost"
6465
// Border colors
6566
| "--color-border-primary"
6667
| "--color-border-secondary"

0 commit comments

Comments
 (0)