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:
parent
0b7a907013
commit
86ec78e719
@ -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};
|
||||
`;
|
||||
|
||||
|
@ -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};
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user