fix(desktop): narrow billing custom top-up input (w-20 -> w-16)

This commit is contained in:
Brooklyn Nicholson 2026-07-22 18:31:21 -05:00
parent c4acc4d2c5
commit 066b53b282

View file

@ -194,7 +194,7 @@ function BuyCreditsRow({ billing, row }: { billing: BillingStateResponse; row: B
/>
<Input
aria-label="Custom credit amount"
containerClassName="w-20"
containerClassName="w-16"
disabled={controlsDisabled}
inputMode="decimal"
max={billing.max_usd ?? undefined}