From 38810afc0787fe7ed58377c7123216f87f91fc02 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 12 Dec 2018 17:38:17 +0100 Subject: [PATCH] fix font weight --- src/views/Wallet/views/Account/Send/ethereum/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/views/Account/Send/ethereum/index.js b/src/views/Wallet/views/Account/Send/ethereum/index.js index 3a3de6d3..3306380f 100644 --- a/src/views/Wallet/views/Account/Send/ethereum/index.js +++ b/src/views/Wallet/views/Account/Send/ethereum/index.js @@ -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)`