Fix alignment in Header's components

This commit is contained in:
apanizo 2018-08-30 18:06:04 +02:00
parent daa5b22c84
commit df4c7439df
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ type Props = Open & {
const styles = () => ({
root: {
height: '100%',
display: 'center',
display: 'flex',
alignItems: 'center',
},
provider: {
padding: `${sm} ${md}`,