From 55916b807b7f3fe057ea44a85a0cba2c20a83d8f Mon Sep 17 00:00:00 2001 From: evanpelle Date: Mon, 22 Jun 2026 12:46:18 -0700 Subject: [PATCH] Make host lobby start button yellow during countdown Add a `warning` variant to o-button that reuses the existing `--color-cyber-yellow` brand token, and apply it to the host lobby's start button while the "Starting in Xs" countdown is active. The button stays primary blue in the Waiting/Start states. --- src/client/HostLobbyModal.ts | 2 +- src/client/components/baseComponents/Button.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/client/HostLobbyModal.ts b/src/client/HostLobbyModal.ts index e267044a6..88ef31882 100644 --- a/src/client/HostLobbyModal.ts +++ b/src/client/HostLobbyModal.ts @@ -473,7 +473,7 @@ export class HostLobbyModal extends BaseModal {