Layout in columns when displaying info on Review part of opening a new Safe
This commit is contained in:
parent
2127dc44f5
commit
1a648cbe0c
|
@ -32,6 +32,8 @@ const styles = () => ({
|
|||
backgroundColor: background,
|
||||
padding: lg,
|
||||
justifyContent: 'center',
|
||||
textAlign: 'center',
|
||||
flexDirection: 'column',
|
||||
},
|
||||
owners: {
|
||||
padding: lg,
|
||||
|
|
Loading…
Reference in New Issue