Skip to content
5 changes: 3 additions & 2 deletions app/containers/TwoFactor/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down