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:
parent
b2df1339b8
commit
34e859bd77
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user