diff --git a/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js b/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js index 262a27df..a210a87b 100644 --- a/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js +++ b/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js @@ -44,7 +44,7 @@ const TransactionIcon = styled.div` width: 36px; height: 36px; border-radius: 50%; - line-height: 30px; + line-height: 25px; text-transform: uppercase; user-select: none; text-align: center;