From ec0cb95de9a0a07102c3f9bfb72ab7516eb8f94d Mon Sep 17 00:00:00 2001 From: rouggy Date: Thu, 30 Jul 2026 21:43:41 +0200 Subject: [PATCH] style: the play button is green It was the same red as the recording indicator beside it, so at that size the two read as one control. Green is also what the theme already uses for a go-ahead action (the amplifier ON buttons), and it is a semantic token, so it follows all four themes rather than pinning a colour. --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 0ff75f2..3756a06 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -3741,7 +3741,7 @@ export default function App() { onMouseDown={(e) => e.preventDefault()} onClick={playRecordingOnAir} title={t('rec.playOnAir')} - className="inline-flex items-center justify-center size-4 rounded text-destructive hover:bg-destructive-muted" + className="inline-flex items-center justify-center size-4 rounded text-success hover:bg-success/15" > ▶