Merge pull request #302 from trezor/fix/notification-title-weight

Lighter font weight for notification's title
pull/323/head
Vladimir Volek 5 years ago committed by GitHub
commit 09495884a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`

Loading…
Cancel
Save