mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-03 21:00:55 +00:00
Merge pull request #302 from trezor/fix/notification-title-weight
Lighter font weight for notification's title
This commit is contained in:
commit
09495884a5
@ -48,7 +48,7 @@ const Message = styled.div`
|
|||||||
const Title = styled.div`
|
const Title = styled.div`
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
font-weight: ${FONT_WEIGHT.SEMIBOLD};
|
font-weight: ${FONT_WEIGHT.MEDIUM};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const CloseClick = styled.div`
|
const CloseClick = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user