From d0a67aedf2d8aff4e44e2aac3f472bb96948cdff Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Sun, 11 Jan 2026 09:12:09 +0000 Subject: [PATCH] STDERR logs will now display in red using the correct Tailwind color class from the new design system. (#1927) --- frontend/src/components/common/RawLogText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/common/RawLogText.tsx b/frontend/src/components/common/RawLogText.tsx index 1f90bb48..412daba1 100644 --- a/frontend/src/components/common/RawLogText.tsx +++ b/frontend/src/components/common/RawLogText.tsx @@ -86,7 +86,7 @@ const RawLogText = memo(