docs: improve tailwind configuration (#5215)
This commit is contained in:
@@ -39,12 +39,7 @@ const SecurityDescription = ({
|
||||
{getSecuritySchemaTypeName(securitySchema)}
|
||||
</p>
|
||||
{(securitySchema.type === "http" || securitySchema.type === "apiKey") && (
|
||||
<p
|
||||
className={clsx(
|
||||
"bg-docs-bg-surface dark:bg-docs-bg-surface-dark",
|
||||
"p-1"
|
||||
)}
|
||||
>
|
||||
<p className={clsx("bg-docs-bg-surface", "p-1")}>
|
||||
<strong>
|
||||
{securitySchema.type === "http"
|
||||
? "HTTP Authorization Scheme"
|
||||
|
||||
Reference in New Issue
Block a user