Skip to content

Commit

Permalink
Restored "Amount" label to delegation modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Braun authored and David Braun committed Oct 16, 2018
1 parent 63f8420 commit 5cb0b62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

* Fixed gaia binary not be found on linux and windows in development @faboweb
* #1419 Restored "Amount" label to delegation modal. @NodeGuy

## [0.10.7] - 2018-10-10

Expand Down
5 changes: 3 additions & 2 deletions app/src/renderer/components/staking/DelegationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
i.material-icons close

tm-form-group.delegation-modal-form-group(
field-id='amount'
field-label='Amount'
)
tm-field#denom(
Expand Down Expand Up @@ -127,10 +128,10 @@ export default {
margin-top -32px
#denom
border none
margin-left 80%
text-align right
width 72px
margin-left 80%
border none
&-footer
display flex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`renders correctly 1`] = `
</div>
<div class=\\"delegation-modal-form-group tm-form-group\\">
<!---->
<!---->
<label for=\\"amount\\" class=\\"tm-form-group__label\\">Amount</label>
<div class=\\"tm-form-group__field\\">
<input type=\\"number\\" placeholder=\\"atom\\" class=\\"tm-field\\" id=\\"denom\\" readonly=\\"readonly\\"><input type=\\"number\\" max=\\"100\\" min=\\"0\\" class=\\"tm-field\\" id=\\"amount\\" step=\\"1\\">
</div>
Expand Down

0 comments on commit 5cb0b62

Please sign in to comment.