feat(DropdownMenu/ContextMenu): handle color field in items (#2510)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Alex
2024-11-06 01:21:01 +05:00
committed by GitHub
parent 2d52834529
commit f66c96e277
16 changed files with 214 additions and 54 deletions

View File

@@ -23,6 +23,7 @@ describe('ContextMenu', () => {
}],
[{
label: 'Show Sidebar',
color: 'primary',
kbds: ['meta', 'S']
}, {
label: 'Show Toolbar',