Skip to content

Commit 0e7f22b

Browse files
committed
fix: title style editor source code
1 parent 75201db commit 0e7f22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor-v2/containers/SourceCode/SourceCode.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $block: '.#{$ns}source-code';
1515
font-weight: 500;
1616
font-size: 13px;
1717
line-height: 18px;
18-
color: var(--g-color-private-black-300);
18+
color: var(--g-color-text-secondary);
1919
}
2020

2121
&__code {

0 commit comments

Comments
 (0)