1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-25 12:35:45 +00:00

fix font weight

This commit is contained in:
slowbackspace 2018-12-12 17:38:17 +01:00
parent 2958a6133b
commit 38810afc07

View File

@ -127,7 +127,7 @@ const ToggleAdvancedSettingsButton = styled(Button)`
padding: 0;
display: flex;
align-items: center;
font-weight: ${FONT_WEIGHT.BIGGER};
font-weight: ${FONT_WEIGHT.SEMIBOLD};
`;
const SendButton = styled(Button)`