Layout in columns when displaying info on Review part of opening a new Safe

This commit is contained in:
apanizo 2018-10-08 12:01:13 +02:00
parent 2127dc44f5
commit 1a648cbe0c
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ const styles = () => ({
backgroundColor: background,
padding: lg,
justifyContent: 'center',
textAlign: 'center',
flexDirection: 'column',
},
owners: {
padding: lg,