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

@@ -39,7 +39,7 @@ const SecurityDescription = ({
{getSecuritySchemaTypeName(securitySchema)}
</p>
{(securitySchema.type === "http" || securitySchema.type === "apiKey") && (
<p className={clsx("bg-docs-bg-surface", "p-1")}>
<p className={clsx("bg-medusa-bg-subtle", "p-1")}>
<strong>
{securitySchema.type === "http"
? "HTTP Authorization Scheme"

View File

@@ -12,7 +12,7 @@ const TagsOperationParametersNested = ({
{...props}
className={clsx(
props.className,
"bg-docs-bg-surface px-1 pt-1",
"bg-medusa-bg-subtle px-1 pt-1",
"border-medusa-border-base my-1 rounded-sm border"
)}
>