aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/modals')
-rw-r--r--ui/app/components/modals/new-account-modal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/modals/new-account-modal.js b/ui/app/components/modals/new-account-modal.js
index 3caa515cd..80c70c47f 100644
--- a/ui/app/components/modals/new-account-modal.js
+++ b/ui/app/components/modals/new-account-modal.js
@@ -49,11 +49,11 @@ NewAccountModal.prototype.render = function () {
}, []),
]),
- h('div.new-account-modal-content', {}, [
+ h('div.new-account-modal-content.after-input', {}, [
'or',
]),
- h('div.new-account-modal-content.import', {}, [
+ h('div.new-account-modal-content.after-input', {}, [
'Import an account',
]),