From 405d9596b2b4f440de4bb8d3e067de9117229385 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 28 Mar 2019 17:08:33 +0100 Subject: [PATCH] smaller Counter in devicemenu --- src/views/Wallet/components/LeftNavigation/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 74e0f5a6..63dd38e9 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -39,8 +39,9 @@ const Counter = styled.div` border: 1px solid ${colors.DIVIDER}; border-radius: 50%; color: ${colors.TEXT_SECONDARY}; - width: 24px; - height: 24px; + width: 22px; + height: 22px; + line-height: 0.9rem; font-size: ${FONT_SIZE.COUNTER}; `;