From 34e859bd7732117a95a8d675616912ecf2c25dbd Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Tue, 28 Aug 2018 16:17:47 +0200 Subject: [PATCH] Add border to left navigation --- .../LeftNavigation/components/StickyContainer/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js b/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js index 5fa3b139..8ed8c9e1 100644 --- a/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js @@ -21,6 +21,7 @@ const AsideWrapper = styled.aside` min-width: 320px; overflow-x: hidden; background: ${colors.MAIN}; + border-right: 1px solid ${colors.DIVIDER}; `; const StickyContainerWrapper = styled.div`