Start work on shortcuts

This commit is contained in:
Jackson Harper
2024-02-16 15:45:38 +08:00
parent 2aa7c1a7d4
commit 398d816248
2 changed files with 3 additions and 4 deletions

View File

@ -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',

View File

@ -1,4 +1,4 @@
import { highlightColor, highlightColorVar } from '../themeUpdater'
import { highlightColorVar } from '../themeUpdater'
export type SelectionAttributes = {
selection: Selection