aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/settings.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-27 03:21:02 +0800
committerDan <danjm.com@gmail.com>2018-03-27 03:21:02 +0800
commit1779cff65b83a80de618ad350da1e5f1dee63f07 (patch)
tree0a0c498adadb4010bd2c2748ade61f6923520847 /ui/app/settings.js
parenta30b5ccd951e9a7b90cf7cd3a22c72cca1520275 (diff)
parent4efb1c6b491901cbb42ef27a4c6c55814f24d764 (diff)
downloadtangerine-wallet-browser-1779cff65b83a80de618ad350da1e5f1dee63f07.tar.gz
tangerine-wallet-browser-1779cff65b83a80de618ad350da1e5f1dee63f07.tar.zst
tangerine-wallet-browser-1779cff65b83a80de618ad350da1e5f1dee63f07.zip
Merge branch 'master' into i3326-addtokenscreendesignupdate
Diffstat (limited to 'ui/app/settings.js')
-rw-r--r--ui/app/settings.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/settings.js b/ui/app/settings.js
index 105cbb40b..78ca6c94b 100644
--- a/ui/app/settings.js
+++ b/ui/app/settings.js
@@ -200,7 +200,7 @@ class Settings extends Component {
]),
h('div.settings__content-item', [
h('div.settings__content-item-col', [
- h('button.settings__clear-button', {
+ h('button.btn-primary--lg.settings__button', {
onClick (event) {
window.logStateString((err, result) => {
if (err) {
@@ -225,7 +225,7 @@ class Settings extends Component {
h('div.settings__content-item', t('revealSeedWords')),
h('div.settings__content-item', [
h('div.settings__content-item-col', [
- h('button.settings__clear-button.settings__clear-button--red', {
+ h('button.btn-primary--lg.settings__button--red', {
onClick (event) {
event.preventDefault()
revealSeedConfirmation()
@@ -245,7 +245,7 @@ class Settings extends Component {
h('div.settings__content-item', t('useOldUI')),
h('div.settings__content-item', [
h('div.settings__content-item-col', [
- h('button.settings__clear-button.settings__clear-button--orange', {
+ h('button.btn-primary--lg.settings__button--orange', {
onClick (event) {
event.preventDefault()
setFeatureFlagToBeta()
@@ -264,7 +264,7 @@ class Settings extends Component {
h('div.settings__content-item', t('resetAccount')),
h('div.settings__content-item', [
h('div.settings__content-item-col', [
- h('button.settings__clear-button.settings__clear-button--orange', {
+ h('button.btn-primary--lg.settings__button--orange', {
onClick (event) {
event.preventDefault()
showResetAccountConfirmationModal()