diff --git a/docs/app/docs/[[...slug]]/page.tsx b/docs/app/docs/[[...slug]]/page.tsx
index 9938eb22..dbe5398c 100644
--- a/docs/app/docs/[[...slug]]/page.tsx
+++ b/docs/app/docs/[[...slug]]/page.tsx
@@ -93,6 +93,20 @@ export default async function Page({
Accordion,
Accordions,
Endpoint,
+ Callout: ({ children, ...props }) => (
+
+ {children}
+
+ ),
DividerText,
iframe: (props) => (
@@ -106,7 +120,6 @@ export default async function Page({
href={prevPage.url}
className="[&>p]:ml-1 [&>p]:truncate [&>p]:w-full"
description={<>{prevPage.data.description}>}
- //@ts-expect-error - this works
title={
@@ -121,7 +134,6 @@ export default async function Page({
{nextPage.data.description}>}
- //@ts-expect-error - this works
title={
{nextPage.data.title}
diff --git a/docs/app/docs/layout.tsx b/docs/app/docs/layout.tsx
index c5e2d4d4..439bda4e 100644
--- a/docs/app/docs/layout.tsx
+++ b/docs/app/docs/layout.tsx
@@ -12,7 +12,7 @@ export default function Layout({ children }: { children: ReactNode }) {
component: (
diff --git a/docs/app/global.css b/docs/app/global.css
index 638414b2..e01da856 100644
--- a/docs/app/global.css
+++ b/docs/app/global.css
@@ -2,7 +2,7 @@
@config "../tailwind.config.js";
@plugin 'tailwindcss-animate';
@custom-variant dark (&:is(.dark *));
-@import "fumadocs-ui/css/neutral.css";
+@import "fumadocs-ui/css/black.css";
@import "fumadocs-ui/css/preset.css";
@source '../../node_modules/fumadocs-ui/dist/**/*.js';
@source '../node_modules/fumadocs-ui/dist/**/*.js';
@@ -55,7 +55,7 @@
--chart-5: oklch(0.769 0.188 70.08);
- --radius: 0.625rem;
+ --radius: 0.2rem;
--sidebar: oklch(0.985 0.001 106.423);
@@ -75,7 +75,7 @@
}
.dark {
- --background: oklch(0.147 0.004 49.25);
+ --background: hsl(0 0% 2%);
--foreground: oklch(0.985 0.001 106.423);
diff --git a/docs/app/page.tsx b/docs/app/page.tsx
index 9ac8e1ab..301acbaa 100644
--- a/docs/app/page.tsx
+++ b/docs/app/page.tsx
@@ -28,7 +28,7 @@ export default async function HomePage() {
return (
{
return (
-
+