Skip to content

Commit 098753d

Browse files
committed
fix: Update styling of version label
1 parent 6f517b3 commit 098753d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/DocBodyChrome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function DocBodyChrome({
5858
}
5959
>
6060
{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">
61+
<span className="inline-flex items-center px-2 py-1 text-xs font-medium border bg-stripe-pattern text-text-secondary">
6262
{versionLabel}
6363
</span>
6464
)}

0 commit comments

Comments
 (0)