From b9e1601730f2e1ee46073e945fb760fbac7189ca Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 22 Mar 2026 00:02:25 +0100 Subject: [PATCH] [fix](trx-frontend-http): use green color for active header play button The .audio-active state was using --accent-green which is actually orange (#c24b1a). Match the regular play button's hardcoded #00d17f green so the header button visually matches. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index c97f91a..f6227e9 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -1046,8 +1046,8 @@ small { color: var(--text-muted); } height: 100%; } .header-audio-btn.audio-active { - color: var(--accent-green); - border-color: var(--accent-green); + color: #00d17f; + border-color: #00d17f; } .header-rig-switch { display: flex;