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
@@ -45,11 +45,11 @@ export const Tooltip = ({
anchorId={elementId}
// anchorSelect={elementId ? `#${elementId}` : undefined}
className={clsx(
"!border-medusa-border-base dark:!border-medusa-border-base-dark !border !border-solid",
"!border-medusa-border-base !border !border-solid",
"!text-compact-x-small-plus !shadow-tooltip dark:!shadow-tooltip-dark !rounded-docs_DEFAULT",
"!py-docs_0.4 !z-[399] hidden !px-docs_1 lg:block",
"!bg-medusa-bg-base dark:!bg-medusa-bg-base-dark",
"!text-medusa-fg-subtle dark:!text-medusa-fg-subtle-dark",
"!bg-medusa-bg-base",
"!text-medusa-fg-subtle",
tooltipClassName
)}
wrapper="span"