fix: Making sure all icons are 24px (#4580)
Making all icons size 24px on web status Co-authored-by: Alex Ball <alexball@UNISWAP-MAC-038.local>
This commit is contained in:
parent
a9a7d524aa
commit
477af8af4e
@ -218,7 +218,7 @@ function Web3StatusInner() {
|
||||
} else if (account) {
|
||||
return (
|
||||
<Web3StatusConnected data-testid="web3-status-connected" onClick={toggleWallet} pending={hasPendingTransactions}>
|
||||
{navbarFlagEnabled && !hasPendingTransactions && <StatusIcon connectionType={connectionType} />}
|
||||
{navbarFlagEnabled && !hasPendingTransactions && <StatusIcon size={24} connectionType={connectionType} />}
|
||||
{hasPendingTransactions ? (
|
||||
<RowBetween>
|
||||
<Text>
|
||||
|
Loading…
Reference in New Issue
Block a user