Skip to content

Commit ec75084

Browse files
authored
fix(billing): standardize credit-usage summary font to proportional figures (#5744)
1 parent fb86b49 commit ec75084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/settings/components/billing/components/credit-usage-section

apps/sim/app/workspace/[workspaceId]/settings/components/billing/components/credit-usage-section/credit-usage-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function CreditUsageSection({
2626
<SettingsSection label='Credit usage'>
2727
<div className='flex items-center justify-between px-2'>
2828
<div className='flex flex-col justify-center gap-[1px]'>
29-
<span className='text-[var(--text-body)] text-sm tabular-nums'>
29+
<span className='text-[var(--text-body)] text-sm'>
3030
{isPending || isError ? '—' : formatCreditsLabel(totalCredits ?? 0)}
3131
</span>
3232
<span className='text-[var(--text-muted)] text-caption'>Last 30 days</span>

0 commit comments

Comments
 (0)