mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix/1092 - Semi Bold font for Menu Items
This commit is contained in:
parent
339be5304f
commit
0a9d4a472f
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ export function LibraryMenu(): JSX.Element {
|
|||
minWidth: '286px',
|
||||
height: 'calc(100% - 100px)',
|
||||
overflowY: 'auto',
|
||||
fontWeight: '600',
|
||||
}}
|
||||
>
|
||||
<Menubar />
|
||||
|
|
|
|||
Loading…
Reference in a new issue