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"
|
||||
|
||||
Reference in New Issue
Block a user