Skip to content

Commit

Permalink
fix: constrain icon width for selectmodal options
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaghost committed Jul 19, 2022
1 parent cc4df95 commit fd4b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/WalletProvider/SelectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const SelectModal = () => {
{activeWallet ? (
<CheckCircleIcon color={greenColor} />
) : (
<Icon height='24px' w='auto' />
<Icon width='24px' height='auto' />
)}
</Center>
</Button>
Expand Down

0 comments on commit fd4b874

Please sign in to comment.