Skip to content

Commit 9a1472d

Browse files
authored
fix(web): match usage titlebar text styling (#5897)
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
1 parent 2abe668 commit 9a1472d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/usage/UsagePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function UsagePage() {
8282
COLLAPSED_SIDEBAR_TITLEBAR_INSET_CLASS,
8383
)}
8484
>
85-
<h1 className="text-xs font-medium tracking-wide text-muted-foreground/70">Usage</h1>
85+
<h1 className="text-sm font-medium text-foreground">Usage</h1>
8686
</div>
8787
)}
8888

0 commit comments

Comments
 (0)