mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Start work on shortcuts
This commit is contained in:
parent
2aa7c1a7d4
commit
398d816248
2 changed files with 3 additions and 4 deletions
|
|
@ -400,9 +400,8 @@ function MenuPanel(props: MenuPanelProps): JSX.Element {
|
|||
<HStack css={{ width: '100%' }} distribution="start" alignment="center">
|
||||
<StyledText
|
||||
css={{
|
||||
fontFamily: 'Inter',
|
||||
fontWeight: '600',
|
||||
fontSize: '16px',
|
||||
fontFamily: '$display',
|
||||
fontSize: '14px',
|
||||
lineHeight: '125%',
|
||||
color: '$thLibraryMenuPrimary',
|
||||
pl: '10px',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { highlightColor, highlightColorVar } from '../themeUpdater'
|
||||
import { highlightColorVar } from '../themeUpdater'
|
||||
|
||||
export type SelectionAttributes = {
|
||||
selection: Selection
|
||||
|
|
|
|||
Loading…
Reference in a new issue