mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(desktop): narrow billing custom top-up input (w-20 -> w-16)
This commit is contained in:
parent
c4acc4d2c5
commit
066b53b282
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue