aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/send.js')
-rw-r--r--ui/app/send.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/send.js b/ui/app/send.js
index 873db8473..de9e64ad1 100644
--- a/ui/app/send.js
+++ b/ui/app/send.js
@@ -272,7 +272,7 @@ SendTransactionScreen.prototype.render = function () {
// Buttons underneath card
h('section.flex-column.flex-center', [
- h('button.light', {
+ h('button.btn-light', {
onClick: this.onSubmit.bind(this),
style: {
marginTop: '8px',
@@ -281,7 +281,7 @@ SendTransactionScreen.prototype.render = function () {
},
}, 'Next'),
- h('button.light', {
+ h('button.btn-light', {
onClick: this.back.bind(this),
style: {
background: '#F7F7F7', // $alabaster