1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-11 16:41:06 +00:00

fix account title font weight

This commit is contained in:
slowbackspace 2018-12-14 14:59:03 +01:00
parent 0b7a907013
commit 86ec78e719
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ const AccountName = styled.div`
const AccountTitle = styled.div`
font-size: ${FONT_SIZE.WALLET_TITLE};
font-weight: ${FONT_WEIGHT.BASE};
font-weight: ${FONT_WEIGHT.MEDIUM};
color: ${colors.WALLET_TITLE};
`;

View File

@ -43,7 +43,7 @@ const AccountName = styled.div`
const AccountTitle = styled.div`
font-size: ${FONT_SIZE.WALLET_TITLE};
font-weight: ${FONT_WEIGHT.BASE};
font-weight: ${FONT_WEIGHT.MEDIUM};
color: ${colors.WALLET_TITLE};
`;