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

Added border for footer

This commit is contained in:
Vladimir Volek 2018-09-26 10:52:32 +02:00
parent a54e3a3623
commit 573ebc1d82

View File

@ -30,6 +30,7 @@ const Footer = styled.div`
width: 320px; width: 320px;
bottom: 0; bottom: 0;
background: ${colors.MAIN}; background: ${colors.MAIN};
border-right: 1px solid ${colors.BACKGROUND};
`; `;
const Body = styled.div` const Body = styled.div`