We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c77b2 + ac2ce9c commit 6738c75Copy full SHA for 6738c75
src/solidbase-theme/mdx-components.tsx
@@ -234,7 +234,7 @@ export const pre = (props: ParentProps) => {
234
export const code = (props: ParentProps) => {
235
return (
236
<code
237
- class="not-prose inline-block rounded-lg bg-blue-200 px-1 py-0.5 !font-mono text-[0.8em] font-semibold leading-snug text-slate-900 dark:bg-slate-600/60 dark:text-white"
+ class="not-prose inline-flex rounded-lg bg-blue-200 px-1 py-0.5 !font-mono text-[0.8em] font-semibold leading-snug text-slate-900 dark:bg-slate-600/60 dark:text-white"
238
{...props}
239
>
240
{props.children}
0 commit comments