Skip to content

Commit

Permalink
Use monospace font in comment reply button (#169840)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Dec 22, 2022
1 parent 41c1b12 commit 1b4af18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/comments/browser/media/review.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
background-color: var(--vscode-peekViewTitle-background);
color: var(--vscode--editor-foreground);
font-size: inherit;
font-family: var(--monaco-monospace-font);
}

.review-widget .body .comment-form .review-thread-reply-button:focus {
Expand Down

0 comments on commit 1b4af18

Please sign in to comment.