mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
feat(DropdownMenu/ContextMenu): handle color field in items (#2510)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -79,6 +79,7 @@ describe('DropdownMenu', () => {
|
||||
disabled: true
|
||||
}], [{
|
||||
label: 'Logout',
|
||||
color: 'error',
|
||||
icon: 'i-heroicons-arrow-right-start-on-rectangle',
|
||||
kbds: ['shift', 'meta', 'q']
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user