🎨 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:41:00 +08:00
parent 30025aeba3
commit 5bc4c74813
3 changed files with 7 additions and 4 deletions
@@ -185,7 +185,10 @@ export function UsageLogsTable({ logCategory }: UsageLogsTableProps) {
'No usage logs available. Logs will appear here once API calls are made.'
)}
skeletonKeyPrefix='usage-log-skeleton'
tableClassName='overflow-x-auto'
tableClassName={cn(
'overflow-x-auto',
'[&_[data-slot=table]]:text-[13px] [&_[data-slot=table]_td]:text-[13px] [&_[data-slot=table]_td_*]:text-[13px] [&_[data-slot=table]_th]:text-[13px] [&_[data-slot=table]_th_*]:text-[13px]'
)}
tableHeaderClassName='bg-muted/30 sticky top-0 z-10'
toolbar={
isCommon ? (