Skip to content

Commit 676d614

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

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
@@ -205,7 +205,7 @@ export const InlineMarkdown: FC<InlineMarkdownProps> = (props) => {
205205
code: ({ node, className, children, style, ...props }) => (
206206
<code
207207
className={cn(
208-
"py-[1px] px-1 rounded-sm text-sm leading-none text-content-primary",
208+
"py-px px-1 rounded-sm text-sm leading-none text-content-primary",
209209
"bg-surface-tertiary dark:bg-surface-quaternary",
210210
)}
211211
{...props}

0 commit comments

Comments
 (0)