Skip to content

Commit 1bb9b44

Browse files
authored
fix: two factor modal alignment on tablet (#6840)
1 parent 725b2eb commit 1bb9b44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/containers/TwoFactor/styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default StyleSheet.create({
66
container: {
77
flex: 1,
88
justifyContent: 'center',
9+
alignItems: 'center',
910
padding: 16
1011
},
1112
content: {

0 commit comments

Comments
 (0)