style: generally improve appearance of context menu
This commit is contained in:
parent
78d43ca0c8
commit
033522c372
2 changed files with 19 additions and 4 deletions
|
@ -101,6 +101,7 @@ export interface ModalProps {
|
|||
|
||||
export interface ContextMenuItem {
|
||||
name: string,
|
||||
icon?: string,
|
||||
callback: (...args: any[]) => any;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue