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;