1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Correct caps of Send button on main screen.

This commit is contained in:
Dan 2018-03-07 22:47:29 -03:30
parent abe8bc19a8
commit 09dae760bc

View File

@ -75,7 +75,7 @@ TxView.prototype.renderButtons = function () {
}),
}, t('deposit')),
h('button.btn-clear.hero-balance-button', {
h('button.btn-clear.hero-balance-button.allcaps', {
style: {
marginLeft: '0.8em',
},