1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-27 00:11:23 +00:00
This commit is contained in:
slowbackspace 2019-05-15 15:44:21 +02:00
commit 2524f1b2be
2 changed files with 1 additions and 3 deletions

View File

@ -313,7 +313,7 @@ const amountValidation = ($state: State): PayloadAction<State> => (
state.errors.amount = { state.errors.amount = {
...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING, ...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING,
values: { values: {
reservedAmount: state.minAmount, minimalAmount: state.minAmount,
networkSymbol: state.networkSymbol, networkSymbol: state.networkSymbol,
}, },
}; };

View File

@ -37,8 +37,6 @@ const StyledQRCode = styled(QRCode)`
`; `;
const ShowAddressButton = styled(Button)` const ShowAddressButton = styled(Button)`
min-width: 195px;
padding: 0;
white-space: nowrap; white-space: nowrap;
display: flex; display: flex;
height: 40px; height: 40px;