Skip to content

Commit

Permalink
fix: remove prose styling around code (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Jan 19, 2024
1 parent b8dd478 commit 1376f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/mdx/base-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const InlineCode: React.FC<HTMLAttributes<HTMLElement>> = ({ className, .
{...rest}
className={classNames(
className,
"inline-code typography-font-code border border-border-concealed-light dark:border-border-concealed-dark rounded bg-background/75 dark:bg-background-dark/75 py-0.5 px-1"
"not-prose inline-code typography-font-code border border-border-concealed-light dark:border-border-concealed-dark rounded bg-background/75 dark:bg-background-dark/75 py-0.5 px-1"
)}
/>
);
Expand Down

0 comments on commit 1376f1c

Please sign in to comment.