refactor: menu component props and toolbar menu item colors [skip e2e]

This commit is contained in:
Aman Harwara
2023-10-25 20:29:08 +05:30
parent cbc93fea13
commit 9e784d0c1c
31 changed files with 34 additions and 54 deletions

View File

@@ -29,7 +29,7 @@ const NotesContextMenu = () => {
open={contextMenuOpen}
togglePopover={closeMenu}
>
<Menu className="select-none" a11yLabel="Note context menu" isOpen={contextMenuOpen}>
<Menu className="select-none" a11yLabel="Note context menu">
<NotesOptions
notes={application.notesController.selectedNotes}
requestDisableClickOutside={handleDisableClickOutsideRequest}