1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 14:50:52 +00:00

pin modal remove padding before learn more link

This commit is contained in:
slowbackspace 2019-04-02 15:01:46 +02:00
parent 6d9cbaf028
commit 93b7f2196e

View File

@ -48,9 +48,7 @@ const StyledP = styled(P)`
padding-top: 5px;
`;
const StyledLink = styled(Link)`
padding-left: 5px;
`;
const StyledLink = styled(Link)``;
const Footer = styled.div`
margin: 20px 0 10px 0;