mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-26 00:15:23 +00:00
Fix alignment in Header's components
This commit is contained in:
parent
daa5b22c84
commit
df4c7439df
@ -23,7 +23,8 @@ type Props = Open & {
|
|||||||
const styles = () => ({
|
const styles = () => ({
|
||||||
root: {
|
root: {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
display: 'center',
|
display: 'flex',
|
||||||
|
alignItems: 'center',
|
||||||
},
|
},
|
||||||
provider: {
|
provider: {
|
||||||
padding: `${sm} ${md}`,
|
padding: `${sm} ${md}`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user