From 7ed82f95274de7daca6f6f1bbac2007fd7d951ae Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 21:35:50 +0300 Subject: [PATCH] style/canvas/context menu items: apply the right color for icons --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 601ae8eba..2efb9707b 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -83,7 +83,12 @@ border: 1px solid transparent; } -/* Context menu label */ +/* Context menu item icon */ +:root .excalidraw .dropdown-menu-item__icon { + color: var(--menu-item-icon-color); +} + +/* Context menu item label */ :root .excalidraw .context-menu-item__label, :root .excalidraw .context-menu-item.dangerous .context-menu-item__label { color: var(--menu-text-color);