1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00

lighter font weight for notification's title

This commit is contained in:
slowbackspace 2019-01-05 20:50:25 +01:00
parent 4a97682b1f
commit c2f118abdb

View File

@ -48,7 +48,7 @@ const Message = styled.div`
const Title = styled.div`
padding-bottom: 5px;
padding-top: 1px;
font-weight: ${FONT_WEIGHT.SEMIBOLD};
font-weight: ${FONT_WEIGHT.MEDIUM};
`;
const CloseClick = styled.div`