Skip to content

Commit

Permalink
Staking page - fix placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbodnar committed Oct 29, 2019
1 parent a99f36f commit 12d59a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/accounts/AccountFormSection.js
Expand Up @@ -65,7 +65,7 @@ const CustomForm = styled(Form)`
margin-top: 0px;
}
h4.digit-code {
margin-bottom: 18px;
margin-bottom: 0px;
}
}
@media screen and (max-width: 767px) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/node-staking/StakingFormAmount.js
Expand Up @@ -45,7 +45,7 @@ class StakingFormAmount extends Component {
}`}
name='amountStaking'
onChange={this.handleChangeAccountId}
placeholder='example: 0.0.0.0'
placeholder='example: 15'
required
value={amountStaking}
autoComplete='off'
Expand Down

0 comments on commit 12d59a1

Please sign in to comment.