mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
chore(DropdownMenu/ContextMenu): handle external icon
This commit is contained in:
@@ -10,7 +10,8 @@ export default {
|
||||
itemTrailing: 'ms-auto inline-flex',
|
||||
itemTrailingIcon: 'shrink-0 size-5',
|
||||
itemTrailingKbds: 'hidden lg:inline-flex items-center shrink-0 gap-0.5',
|
||||
itemLabel: 'truncate'
|
||||
itemLabel: 'truncate',
|
||||
itemLabelExternalIcon: 'size-3 align-top text-gray-400 dark:text-gray-500'
|
||||
},
|
||||
variants: {
|
||||
active: {
|
||||
|
||||
Reference in New Issue
Block a user