1
0
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:
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; 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)`