Skip to content

Commit

Permalink
Restored "Amount" label to delegation modal. (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeGuy authored and fedekunze committed Oct 19, 2018
1 parent 3cf795a commit 82af55b
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 @@ -24,6 +24,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](https://github.com/cosmos/voyager/issues/1419) Restored "Amount" label to delegation modal. @NodeGuy
* Fixed upstream cross compilation issue from SDK @faboweb

## [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 82af55b

Please sign in to comment.