From 210e001586e53ae7f076e5995dd84d278ce62500 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 17:31:37 +0300 Subject: [PATCH] style/canvas: improve theme color support for context menus --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 14da56c52..9597addec 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -60,6 +60,15 @@ border: 1px solid transparent; } +/* Context menu label */ +:root .excalidraw .context-menu-item__label { + color: var(--menu-text-color); +} + +:root .excalidraw .context-menu-item:hover .context-menu-item__label { + color: var(--hover-item-text-color); +} + /* Context menu item keyboard shortcut */ :root .excalidraw .context-menu-item__shortcut { padding: 0;