We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f517b3 commit 098753dCopy full SHA for 098753d
1 file changed
components/DocBodyChrome.tsx
@@ -58,7 +58,7 @@ export function DocBodyChrome({
58
}
59
>
60
{versionLabel != null && versionLabel !== "" && (
61
- <span className="inline-flex items-center px-2 py-1 text-xs font-medium rounded-md bg-secondary text-secondary-foreground">
+ <span className="inline-flex items-center px-2 py-1 text-xs font-medium border bg-stripe-pattern text-text-secondary">
62
{versionLabel}
63
</span>
64
)}
0 commit comments