From 2f138acad76979519932f94cfa9ac1cb99e0f247 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Thu, 9 Apr 2026 06:49:47 +0200 Subject: [PATCH] fix: extracted rundown entry editor shows correct colour --- .../src/features/rundown/entry-editor/EntryEditor.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss b/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss index 1358f2305..1cf8d1328 100644 --- a/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss +++ b/apps/client/src/features/rundown/entry-editor/EntryEditor.module.scss @@ -104,6 +104,7 @@ /* approximating the style of a disabled input */ .textLikeInput { + color: $gray-200; background: transparent; justify-content: start; width: 7.5em;