Skip to content

Commit 1ed799c

Browse files
author
Loïc Mangeonjean
committed
fix: fix vim mode input text color
1 parent 7ad569f commit 1ed799c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ addStyle(`
4444
4545
.react-monaco-editor-react-status-bar input {
4646
all: initial;
47-
color: yellow;
47+
color: inherit;
4848
outline: none;
4949
border: none;
5050
background: transparent;

0 commit comments

Comments
 (0)