1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Add border to left navigation

This commit is contained in:
Vasek Mlejnsky 2018-08-28 16:17:47 +02:00
parent b2df1339b8
commit 34e859bd77

View File

@ -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`