[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 <diegolmello@gmail.com>
This commit is contained in:
parent
8c8062ac01
commit
95e228e590
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue