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,
|
backgroundColor: background,
|
||||||
padding: lg,
|
padding: lg,
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
textAlign: 'center',
|
||||||
|
flexDirection: 'column',
|
||||||
},
|
},
|
||||||
owners: {
|
owners: {
|
||||||
padding: lg,
|
padding: lg,
|
||||||
|
|
Loading…
Reference in New Issue