diff --git a/components/UserInterface/ContextMenu.vue b/components/UserInterface/ContextMenu.vue index 44513be..dac6efc 100644 --- a/components/UserInterface/ContextMenu.vue +++ b/components/UserInterface/ContextMenu.vue @@ -61,4 +61,8 @@ function runCallback(item: ContextMenuItem) { background-color: rgb(50, 50, 50); } +.context-menu-item-danger { + color: var(--danger-text-color); +} + \ No newline at end of file