feat: add style to code

This commit is contained in:
p-sw 2024-06-02 00:05:57 +09:00
parent 0388c9c904
commit 021729096d

View File

@ -17,6 +17,12 @@ import ComponentsButton from "./docs/components/Button.mdx";
const overrideComponents = {
pre: (props: any) => <pre {...props} className={`${props.className} hljs`} />,
code: (props: any) => (
<code
{...props}
className={`${props.className} rounded-md bg-neutral-800 text-orange-500 font-light p-1`}
/>
),
};
const router = createBrowserRouter(