From 7f133e6bb254d8c64a57f9a06fbf5d775061523f Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Thu, 20 Sep 2018 09:53:29 +0200 Subject: [PATCH] Change line height in pending transaction icon --- .../views/AccountSend/components/PendingTransactions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;