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 07:41:24 +00:00
committed by GitHub
parent ecfbfcc707
commit c38f6d07c2
45 changed files with 1511 additions and 804 deletions
@@ -7,10 +7,10 @@ export const Kbd = ({ children, className, ...props }: KbdProps) => {
return (
<kbd
className={clsx(
"rounded-docs_sm border-solid py-0 px-[6px]",
"rounded-docs_xs border-solid border border-medusa-border-base",
"inline-flex items-center justify-center",
"border-medusa-tag-neutral-border border",
"bg-medusa-tag-neutral-bg",
"py-0 px-[6px]",
"bg-medusa-bg-field",
"text-medusa-tag-neutral-text",
"text-compact-x-small-plus font-base shadow-none",
className