diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 87651e1a..a91f2652 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -30,6 +30,7 @@ const Footer = styled.div` width: 320px; bottom: 0; background: ${colors.MAIN}; + border-right: 1px solid ${colors.BACKGROUND}; `; const Body = styled.div`