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`