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