Update styles

This commit is contained in:
Saoud Rizwan
2024-09-23 20:33:20 -04:00
parent 1ab7d55ef7
commit f774e62c13
3 changed files with 24 additions and 30 deletions

View File

@@ -840,7 +840,7 @@ const Markdown = memo(({ markdown }: { markdown?: string }) => {
fontSize: "var(--vscode-editor-font-size)",
borderRadius: "3px",
border: "1px solid var(--vscode-textSeparator-foreground)",
// padding: "2px 4px",
padding: "0px 2px",
}}>
{children}
</code>