Skip to content

Commit bd6bcbc

Browse files
authored
.cm-panel should inherit color (#793)
fix #790
1 parent 7fb2f17 commit bd6bcbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/editor/src/lib/codemirror.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
.cm-panels {
144144
font: var(--sk-font-ui-small);
145145
background: var(--sk-bg-2);
146+
color: inherit;
146147

147148
&.cm-panels-top,
148149
&.cm-panels-bottom {

0 commit comments

Comments
 (0)