diff --git a/src/config/variables.js b/src/config/variables.js index bb90b9ce..3a681bf4 100644 --- a/src/config/variables.js +++ b/src/config/variables.js @@ -63,7 +63,7 @@ export const BORDER_WIDTH = { }; export const LEFT_NAVIGATION_ROW = { - PADDING: '0px 24px', + PADDING: '16px 24px', }; const TRANSITION_TIME = { diff --git a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index ab7f89d9..df272aa8 100644 --- a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -15,6 +15,8 @@ const CoinNameWrapper = styled.div` const RowCoinWrapper = styled.div` padding: ${LEFT_NAVIGATION_ROW.PADDING}; + padding-top: 0; + padding-bottom: 0; height: 44px; display: block; font-size: ${FONT_SIZE.BIG};