From a2f0ec6445c1006fd1fdf8d5aa465cd3af9ad117 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 21:54:46 +0300 Subject: [PATCH] style/canvas: fix the issues pointed by gemini-code-assist --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 2efb9707b..a7e224720 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -156,7 +156,7 @@ /* Selected color outline */ :root .excalidraw .color-picker__button.active .color-picker__button-outline { - box-shadow: 0 0 0 2px var(--input-focus-outline-color) + box-shadow: 0 0 0 2px var(--input-focus-outline-color); } :root .excalidraw .buttonList label.active { @@ -217,7 +217,7 @@ body[dir=ltr] .excalidraw .exc-stats { left: 0; } -body[dir=ltr] .excalidraw .exc-stats { +body[dir=rtl] .excalidraw .exc-stats { right: 0; }