Skip to content

Commit

Permalink
Merge pull request #917 from spectrum-finance/fix-token-select-width
Browse files Browse the repository at this point in the history
fix: AssetSelect.tsx
  • Loading branch information
yasha-black authored Sep 27, 2023
2 parents 0bdf06b + 500d808 commit 0934292
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const AssetSelect: React.FC<TokenSelectProps> = ({
size={valBySize('large', 'extra-large')}
onClick={openTokenModal}
disabled={disabled}
block
style={s ? { padding: '4px' } : {}}
>
<Flex align="center">
Expand Down

0 comments on commit 0934292

Please sign in to comment.