Skip to content

Commit

Permalink
fix(camp): use same size as other inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
werme committed Oct 8, 2024
1 parent ad153dd commit 7afa30a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nouns-camp/src/components/action-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -1749,6 +1749,7 @@ const AmountWithCurrencyInput = ({
disabled={disabled}
/>
<Select
size="medium"
aria-label="Currency token"
value={currency}
options={currencyOptions}
Expand Down

0 comments on commit 7afa30a

Please sign in to comment.