mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-29 04:08:46 +00:00
fix font weight
This commit is contained in:
parent
2958a6133b
commit
38810afc07
@ -127,7 +127,7 @@ const ToggleAdvancedSettingsButton = styled(Button)`
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: ${FONT_WEIGHT.BIGGER};
|
font-weight: ${FONT_WEIGHT.SEMIBOLD};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const SendButton = styled(Button)`
|
const SendButton = styled(Button)`
|
||||||
|
Loading…
Reference in New Issue
Block a user