Skip to content

Commit b631c1e

Browse files
jakehwllaslilac
andauthored
Update site/src/components/Markdown/Markdown.tsx
Co-authored-by: ケイラ <[email protected]>
1 parent c5a9270 commit b631c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Markdown/Markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const Markdown: FC<MarkdownProps> = (props) => {
8686
<code
8787
{...props}
8888
className={cn([
89-
"py-[1px] px-1 rounded-sm text-sm leading-none",
89+
"py-px px-1 rounded-sm text-sm leading-none",
9090
"bg-surface-tertiary dark:bg-surface-quaternary",
9191
"text-content-primary",
9292
props.className,

0 commit comments

Comments
 (0)