Skip to content

Commit

Permalink
make chat font consistent with vscode UI (#808)
Browse files Browse the repository at this point in the history
* update inline code default font

* make chat font consistent with vscode UI
  • Loading branch information
yuuuxt authored Feb 2, 2024
1 parent 5677b3d commit bdf0b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/components/markdown/StyledMarkdownPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const StyledMarkdown = styled.div<{
background-color: ${vscBackground};
font-family:
var(--vscode-font-family),
system-ui,
-apple-system,
BlinkMacSystemFont,
Expand Down

0 comments on commit bdf0b4d

Please sign in to comment.