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);