From 1ed799c86f4f2f5f791309026ca555a079d83d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mangeonjean?= Date: Mon, 12 Sep 2022 11:05:53 +0200 Subject: [PATCH] fix: fix vim mode input text color --- src/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.ts b/src/style.ts index 72d99bb..03e3b21 100644 --- a/src/style.ts +++ b/src/style.ts @@ -44,7 +44,7 @@ addStyle(` .react-monaco-editor-react-status-bar input { all: initial; - color: yellow; + color: inherit; outline: none; border: none; background: transparent;