Left menu logo position

This commit is contained in:
Jackson Harper 2023-06-09 17:39:18 +08:00
parent 032b28ba79
commit 86d961481c
2 changed files with 3 additions and 0 deletions

View file

@ -31,6 +31,7 @@ export function LogoBox(): JSX.Element {
'@md': {
display: 'none',
},
lineHeight: '1',
}}
>
<OmnivoreNameLogo color={theme.colors.thHighContrast.toString()} />

View file

@ -52,6 +52,8 @@ export function LibraryFilterMenu(props: LibraryFilterMenuProps): JSX.Element {
width: '100%',
px: '25px',
pb: '25px',
pt: '4.5px',
lineHeight: '1',
}}
>
<LogoBox />