docs: update colors and typography (#8604)

This commit is contained in:
Shahed Nasser
2024-08-16 09:28:16 +03:00
committed by GitHub
parent 12728f17ad
commit f00e61707c
7 changed files with 78 additions and 89 deletions

View File

@@ -9,8 +9,8 @@ export const Bordered = ({ wrapperClassName, children }: BorderedProps) => {
return (
<span
className={clsx(
"border-medusa-border-strong bg-docs-bg",
"dark:bg-docs-bg-dark mr-docs_1 inline-flex w-fit items-center justify-center rounded-docs_DEFAULT border border-solid p-[3px]",
"border-medusa-border-strong bg-medusa-bg-base",
"mr-docs_1 inline-flex w-fit items-center justify-center rounded-docs_DEFAULT border border-solid p-[3px]",
"no-zoom-img",
wrapperClassName
)}