Skip to content

Commit 6037e0e

Browse files
authored
fix(tarko-agent-ui): code editor light mode highlighting (#1636)
1 parent 6367f5a commit 6037e0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

multimodal/tarko/ui/src/components/code-editor/CodeEditor.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@
133133
overflow: auto;
134134
}
135135

136+
.code-editor-code-area .hljs {
137+
color: #e1e4e8;
138+
background: transparent;
139+
}
140+
136141
.code-editor-pre {
137142
margin: 0;
138143
padding: 12px 16px;

0 commit comments

Comments
 (0)