From 95e228e590b8b485ac6e8385a17b73320f2f56d1 Mon Sep 17 00:00:00 2001 From: Youssef Muhamad Date: Wed, 22 Jul 2020 16:37:42 -0300 Subject: [PATCH] [IMPROVEMENT] TwoFactor component styling (#2328) * Improve 2fa visual hierarchy * Show 2fa keyboard by scheduling focus method after all interactions * Remove unrelated styling improvements * Improve 2fa component title hierarchy Co-authored-by: Diego Mello --- app/containers/TwoFactor/styles.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/containers/TwoFactor/styles.js b/app/containers/TwoFactor/styles.js index 36608408a..1c5c789cb 100644 --- a/app/containers/TwoFactor/styles.js +++ b/app/containers/TwoFactor/styles.js @@ -14,9 +14,10 @@ export default StyleSheet.create({ borderRadius: 4 }, title: { - fontSize: 14, + fontSize: 16, paddingBottom: 8, - ...sharedStyles.textBold + ...sharedStyles.textBold, + ...sharedStyles.textAlignCenter }, subtitle: { fontSize: 14,