docs: improve tailwind configuration (#5215)

This commit is contained in:
Shahed Nasser
2023-09-26 15:08:30 +03:00
committed by GitHub
parent 240c439beb
commit 63aea62d7a
98 changed files with 643 additions and 894 deletions
+1 -4
View File
@@ -25,10 +25,7 @@ export const Feedback = ({ title, ...props }: FeedbackProps) => {
section: title,
}}
{...props}
className={clsx(
"text-medusa-fg-subtle dark:text-medusa-fg-subtle-dark",
props.className
)}
className={clsx("text-medusa-fg-subtle", props.className)}
/>
)
}