diff --git a/app/containers/TwoFactor/styles.js b/app/containers/TwoFactor/styles.js index 36608408..1c5c789c 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,