🎨 fix(logs): tune usage table typography

Set usage log tables to a balanced 13px default and keep log badges aligned with the active theme font.
This commit is contained in:
CaIon
2026-05-26 12:40:39 +08:00
parent 30025aeba3
commit 5bc4c74813
3 changed files with 7 additions and 4 deletions
@@ -101,7 +101,7 @@ function ModelBadgeContent(props: ModelBadgeProps) {
showDot={!provider}
autoColor={provider ? undefined : props.modelName}
className={cn(
'border-border/60 bg-muted/30 h-auto min-h-6 px-2 py-0.5 gap-1.5 rounded-md border whitespace-normal break-all',
'border-border/60 bg-muted/30 h-auto min-h-6 gap-1.5 rounded-md border px-2 py-0.5 whitespace-normal break-all [font-family:var(--font-body)]',
provider && 'text-foreground',
props.className
)}