diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 351bf9c7..07e643a8 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -25,6 +25,7 @@ const StickyBottom = styled.div` position: fixed; bottom: 0; background: ${colors.MAIN}; + border-right: 1px solid ${colors.DIVIDER}; `; const MenuWrapper = styled.div`