提交 16e58d25 编写于 作者: M Miguel Solorio

Use default font-size for reply button

上级 436e2f81
......@@ -708,7 +708,8 @@ registerThemingParticipant((theme, collector) => {
` color: ${monacoEditorForeground}` +
`}` +
`.monaco-editor .review-widget .body .comment-form .review-thread-reply-button {` +
` color: ${monacoEditorForeground}` +
` color: ${monacoEditorForeground};` +
` font-size: inherit` +
`}`
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册