From ddbd7870040f65a51aa8dc05d4a495ca8868eb5c Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Tue, 15 Jul 2025 10:16:43 +0200 Subject: [PATCH] Fix text color for failing stories in sidebar --- code/core/src/manager/utils/status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/core/src/manager/utils/status.tsx b/code/core/src/manager/utils/status.tsx index 421f79720801..35a5a7223226 100644 --- a/code/core/src/manager/utils/status.tsx +++ b/code/core/src/manager/utils/status.tsx @@ -51,7 +51,7 @@ export const statusMapping: Record , - 'brown', + '#D43900', ], };