docs: update colors and typography (#8604)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user