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
@@ -19,7 +19,7 @@ export default function FooterWrapper(props: Props): JSX.Element {
<div className="mt-[42px]">
<Feedback
{...footerFeedback}
className="border-0 border-t border-solid border-medusa-border-base dark:border-medusa-border-base-dark"
className="border-0 border-t border-solid border-medusa-border-base"
/>
<Footer {...props} />
</div>