Skip to content

Commit b48843d

Browse files
committed
feat: CodeEditor - increase font size of collapsed lines
1 parent 8c3c9ec commit b48843d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CodeEditor/codeEditor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
.cm-collapsedLines {
249249
padding: 6px 12px;
250250
background: var(--B50);
251-
font-size: 13px;
251+
font-size: 14px;
252252
line-height: 20px;
253253
color: var(--B500);
254254

0 commit comments

Comments
 (0)