From 54d6fb31eaf958101bd3748ac8eb560ee1f58041 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 27 Feb 2026 16:44:34 +0000 Subject: [PATCH] fix: restore color/font inherit on button cards so work item titles are visible The button wrapping from story 224 uses browser-default black text, making titles invisible on the dark background. Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/StagePanel.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/StagePanel.tsx b/frontend/src/components/StagePanel.tsx index 726751a..a6b7026 100644 --- a/frontend/src/components/StagePanel.tsx +++ b/frontend/src/components/StagePanel.tsx @@ -187,6 +187,8 @@ export function StagePanel({ gap: "2px", width: "100%", textAlign: "left" as const, + color: "inherit", + font: "inherit", cursor: onItemClick ? "pointer" : "default", }; const cardInner = (