+ Receive Ethereum or tokens
-
{
spellCheck="false"
topLabel={(
- Gas price
-
- Gas price refers to the amount of ether you are willing to pay for every
- unit of gas, and is usually measured in “Gwei”. Transaction fee = gas limit * gas price. Increasing the gas price will get the transaction confirmed sooner but
- makes it more expensive. The recommended gas price is {recommendedGasPrice} GWEI.
-
- )}
- maxWidth={400}
- readMoreLink="https://wiki.trezor.io/Ethereum_Wallet#Gas_price"
- placement="top"
- >
-
-
+
+ Gas price
+
+ Gas price refers to the amount of ether you are willing to pay for every
+ unit of gas, and is usually measured in “Gwei”. Transaction fee = gas limit * gas price. Increasing the gas price will get the transaction confirmed sooner but
+ makes it more expensive. The recommended gas price is {recommendedGasPrice} GWEI.
+
+ )}
+ maxWidth={400}
+ readMoreLink="https://wiki.trezor.io/Ethereum_Wallet#Gas_price"
+ placement="top"
+ >
+
+
+
)}
bottomText={errors.gasPrice || warnings.gasPrice || infos.gasPrice}
@@ -244,21 +242,23 @@ const AdvancedForm = (props: Props) => {
- Data
-
- Data is usually used when you send transactions to contracts.
-
- )}
- placement="top"
- >
-
-
+
+ Data
+
+ Data is usually used when you send transactions to contracts.
+
+ )}
+ placement="top"
+ >
+
+
+
)}
state={getDataTextareaState(errors.data, warnings.data)}
diff --git a/src/views/Wallet/views/Account/Send/index.js b/src/views/Wallet/views/Account/Send/index.js
index d4e3ff5a..319a53b0 100644
--- a/src/views/Wallet/views/Account/Send/index.js
+++ b/src/views/Wallet/views/Account/Send/index.js
@@ -34,7 +34,7 @@ const AmountInputLabel = styled.span`
`;
const InputRow = styled.div`
- padding: 0 0 15px 0;
+ padding-bottom: 28px;
`;
const SetMaxAmountButton = styled(Button)`
@@ -88,7 +88,7 @@ const FeeOptionWrapper = styled.div`
const FeeLabelWrapper = styled.div`
display: flex;
align-items: center;
- margin-bottom: 4px;
+ padding-bottom: 10px;
`;
const FeeLabel = styled.span`
diff --git a/src/views/Wallet/views/Account/SignVerify/index.js b/src/views/Wallet/views/Account/SignVerify/index.js
index b2ddbfb3..d9b75cef 100644
--- a/src/views/Wallet/views/Account/SignVerify/index.js
+++ b/src/views/Wallet/views/Account/SignVerify/index.js
@@ -13,13 +13,12 @@ import type { Props } from './Container';
const Wrapper = styled.div`
display: flex;
flex: 1;
- margin-top: -5px;
flex-direction: row;
background: ${colors.WHITE};
`;
const Row = styled.div`
- padding: 0 0 25px 0;
+ padding-bottom: 28px;
`;
const RowButtons = styled(Row)`
diff --git a/src/views/Wallet/views/Account/Summary/components/Balance/index.js b/src/views/Wallet/views/Account/Summary/components/Balance/index.js
index c7c978fc..318b60e0 100644
--- a/src/views/Wallet/views/Account/Summary/components/Balance/index.js
+++ b/src/views/Wallet/views/Account/Summary/components/Balance/index.js
@@ -22,7 +22,7 @@ type State = {
};
const Wrapper = styled.div`
- padding: 10px 0 25px 0;
+ padding-bottom: 28px;
position: relative;
display: flex;
diff --git a/src/views/Wallet/views/Account/Summary/index.js b/src/views/Wallet/views/Account/Summary/index.js
index 197b285c..dda8dfcc 100644
--- a/src/views/Wallet/views/Account/Summary/index.js
+++ b/src/views/Wallet/views/Account/Summary/index.js
@@ -21,7 +21,7 @@ import AddTokenMessage from './components/AddTokenMessage';
import type { Props } from './Container';
const AccountHeading = styled.div`
- padding: 0 0 30px 0;
+ padding-bottom: 35px;
display: flex;
justify-content: space-between;
align-items: center;
diff --git a/src/views/Wallet/views/Dashboard/index.js b/src/views/Wallet/views/Dashboard/index.js
index 3fde163b..a0766c90 100644
--- a/src/views/Wallet/views/Dashboard/index.js
+++ b/src/views/Wallet/views/Dashboard/index.js
@@ -33,7 +33,7 @@ const Dashboard = () => (
Dashboard
Please select your coin
-
You will gain access to recieving & sending selected coin
+
You will gain access to receiving & sending selected coin