docs: update design + colors (#7593)

Update design and colors in docs to match those in Figma
This commit is contained in:
Shahed Nasser
2024-06-04 10:41:24 +03:00
committed by GitHub
parent ecfbfcc707
commit c38f6d07c2
45 changed files with 1511 additions and 804 deletions

View File

@@ -20,7 +20,7 @@ export const ModalHeader = ({ title }: ModalHeaderProps) => {
>
<span className={clsx("text-medusa-fg-base text-h2")}>{title}</span>
<Button
variant="clear"
variant="transparent"
className="cursor-pointer"
onClick={() => closeModal()}
>