mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-17 18:42:01 +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;
|
min-width: 320px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
background: ${colors.MAIN};
|
background: ${colors.MAIN};
|
||||||
|
border-right: 1px solid ${colors.DIVIDER};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StickyContainerWrapper = styled.div`
|
const StickyContainerWrapper = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user