diff --git a/design-systems/mission-control/DESIGN.md b/design-systems/mission-control/DESIGN.md index fd9e62e3a..b501a15c1 100644 --- a/design-systems/mission-control/DESIGN.md +++ b/design-systems/mission-control/DESIGN.md @@ -90,6 +90,8 @@ Dark mode is the native mode. No light mode variant by design — mission contro } ``` +Consumable bindings in `tokens.css` mirror the telemetry palette as `--success` (`#26DE81`) and `--danger` (`#FF4757`). + ## 3. Typography ### Font Stack diff --git a/design-systems/mission-control/components.html b/design-systems/mission-control/components.html index 0f3bc1afd..382d3c664 100644 --- a/design-systems/mission-control/components.html +++ b/design-systems/mission-control/components.html @@ -20,9 +20,9 @@ --accent-on: #06101d; --accent-hover: color-mix(in oklab, var(--accent), black 8%); --accent-active: color-mix(in oklab, var(--accent), black 14%); - --success: #22c55e; + --success: #26de81; --warn: #fbbf24; - --danger: #fb7185; + --danger: #ff4757; --font-display: Inter, system-ui, sans-serif; --font-body: Inter, system-ui, sans-serif; --font-mono: "SF Mono", ui-monospace, Menlo, monospace; diff --git a/design-systems/mission-control/tokens.css b/design-systems/mission-control/tokens.css index faafcb92b..2cc973ac9 100644 --- a/design-systems/mission-control/tokens.css +++ b/design-systems/mission-control/tokens.css @@ -17,9 +17,9 @@ --accent-on: #06101d; --accent-hover: color-mix(in oklab, var(--accent), black 8%); --accent-active: color-mix(in oklab, var(--accent), black 14%); - --success: #22c55e; + --success: #26de81; --warn: #fbbf24; - --danger: #fb7185; + --danger: #ff4757; --font-display: Inter, system-ui, sans-serif; --font-body: Inter, system-ui, sans-serif; --font-mono: "SF Mono", ui-monospace, Menlo, monospace; diff --git a/plugins/_official/design-systems/mission-control/DESIGN.md b/plugins/_official/design-systems/mission-control/DESIGN.md index fd9e62e3a..b501a15c1 100644 --- a/plugins/_official/design-systems/mission-control/DESIGN.md +++ b/plugins/_official/design-systems/mission-control/DESIGN.md @@ -90,6 +90,8 @@ Dark mode is the native mode. No light mode variant by design — mission contro } ``` +Consumable bindings in `tokens.css` mirror the telemetry palette as `--success` (`#26DE81`) and `--danger` (`#FF4757`). + ## 3. Typography ### Font Stack