From fa27afdfdf63de0ba03fbf201052cf02b3859993 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 11 Aug 2025 16:17:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20add=20symmetric=20shad?= =?UTF-8?q?ows=20for=20white=20button=20contrast=20enhancement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add symmetric shadows at top and bottom of white circle buttons to ensure sufficient visual contrast against varying background colors. Improves button visibility and accessibility by providing consistent visual definition regardless of background context. --- .../src/features/rooms/components/Join.tsx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/frontend/src/features/rooms/components/Join.tsx b/src/frontend/src/features/rooms/components/Join.tsx index b97d3e0e..5e7c84ed 100644 --- a/src/frontend/src/features/rooms/components/Join.tsx +++ b/src/frontend/src/features/rooms/components/Join.tsx @@ -410,6 +410,28 @@ export const Join = ({ alignItems: 'center', })} > +
+