From dd87e7eda52c823f56f8d34e034aec2ceb5953f2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:08:01 +0000 Subject: [PATCH] Fix duplicate Tailwind class and JSX class attribute in themes.mdx Generated-By: mintlify-agent --- customize/themes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize/themes.mdx b/customize/themes.mdx index 2e488b32e..643935c43 100644 --- a/customize/themes.mdx +++ b/customize/themes.mdx @@ -16,7 +16,7 @@ export const ThemeCard = ({ title, value, description, href }) => {

{title}

-
{description}
+
{description}
See preview @@ -30,7 +30,7 @@ export const ThemeCard = ({ title, value, description, href }) => { ); }; -
+

Themes