From a8d2e2b7bd1ca4cdf534216be5d5397ade0c27f0 Mon Sep 17 00:00:00 2001 From: Your name Date: Fri, 14 Feb 2025 15:37:33 +0100 Subject: [PATCH] :lipstick: (frontend) add missing background By following the "Docs - Accessibility" documentation, a background color is applied to the left block. --- .../impress/src/features/left-panel/components/LeftPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx b/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx index d0eb7292..ff1fb65d 100644 --- a/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx +++ b/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx @@ -50,6 +50,7 @@ export const LeftPanel = () => { overflow: hidden; border-right: 1px solid ${colors['greyscale-200']}; `} + className="bjkNMU" >