aboutsummaryrefslogtreecommitdiffstats
path: root/mascara
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-05-29 22:35:18 +0800
committerGitHub <noreply@github.com>2018-05-29 22:35:18 +0800
commitd1f5d8ccc663bdc379864e155f12f580af127e8c (patch)
treee6cda26b0f12c3b8139b55440d40e1ce136e8996 /mascara
parentc665fe191de937170c181746b08efaac1eefaf88 (diff)
downloadtangerine-wallet-browser-d1f5d8ccc663bdc379864e155f12f580af127e8c.tar
tangerine-wallet-browser-d1f5d8ccc663bdc379864e155f12f580af127e8c.tar.gz
tangerine-wallet-browser-d1f5d8ccc663bdc379864e155f12f580af127e8c.tar.bz2
tangerine-wallet-browser-d1f5d8ccc663bdc379864e155f12f580af127e8c.tar.lz
tangerine-wallet-browser-d1f5d8ccc663bdc379864e155f12f580af127e8c.tar.xz
tangerine-wallet-browser-d1f5d8ccc663bdc379864e155f12f580af127e8c.tar.zst
tangerine-wallet-browser-d1f5d8ccc663bdc379864e155f12f580af127e8c.zip
Fix text field labels of first time flow. Add text fields to storybook (#4389)
Diffstat (limited to 'mascara')
-rw-r--r--mascara/src/app/first-time/create-password-screen.js2
-rw-r--r--mascara/src/app/first-time/import-seed-phrase-screen.js2
2 files changed, 4 insertions, 0 deletions
diff --git a/mascara/src/app/first-time/create-password-screen.js b/mascara/src/app/first-time/create-password-screen.js
index 99d210ed1..6b284f7c5 100644
--- a/mascara/src/app/first-time/create-password-screen.js
+++ b/mascara/src/app/first-time/create-password-screen.js
@@ -143,6 +143,7 @@ class CreatePasswordScreen extends Component {
autoComplete="new-password"
margin="normal"
fullWidth
+ largeLabel
/>
<TextField
id="confirm-password"
@@ -155,6 +156,7 @@ class CreatePasswordScreen extends Component {
autoComplete="confirm-password"
margin="normal"
fullWidth
+ largeLabel
/>
<button
className="first-time-flow__button"
diff --git a/mascara/src/app/first-time/import-seed-phrase-screen.js b/mascara/src/app/first-time/import-seed-phrase-screen.js
index 4fda2bbc1..fd2516ad4 100644
--- a/mascara/src/app/first-time/import-seed-phrase-screen.js
+++ b/mascara/src/app/first-time/import-seed-phrase-screen.js
@@ -146,6 +146,7 @@ class ImportSeedPhraseScreen extends Component {
error={passwordError}
autoComplete="new-password"
margin="normal"
+ largeLabel
/>
<TextField
id="confirm-password"
@@ -157,6 +158,7 @@ class ImportSeedPhraseScreen extends Component {
error={confirmPasswordError}
autoComplete="confirm-password"
margin="normal"
+ largeLabel
/>
<button
className="first-time-flow__button"