Skip to content

Commit 7791b8e

Browse files
committed
refactor(chat): show inline code more subtle
1 parent c329b45 commit 7791b8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webview-ui/src/components/common/MarkdownBlock.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,13 @@ const StyledMarkdown = styled.div`
9292
}
9393
9494
code:not(pre > code) {
95+
font-size: 0.9em;
9596
font-family: var(--vscode-editor-font-family, monospace);
9697
color: var(--vscode-textPreformat-foreground, #f78383);
9798
background-color: var(--vscode-textCodeBlock-background, #1e1e1e);
9899
padding: 0px 2px;
99100
border-radius: 3px;
100-
border: 1px solid var(--vscode-textSeparator-foreground, #424242);
101+
border: 1px solid var(--vscode-tab-border, #424242);
101102
white-space: pre-line;
102103
word-break: break-word;
103104
overflow-wrap: anywhere;

0 commit comments

Comments
 (0)