From 4045662433f83020f58777a6d718469990eeebe2 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 28 Feb 2025 12:11:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20adjust=20message=20not?= =?UTF-8?q?ification=20size=20for=20better=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increase message notification size to improve text readability when notifications appear, enhancing user experience by making content more visible at a glance. --- .../notifications/components/ToastMessageReceived.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/features/notifications/components/ToastMessageReceived.tsx b/src/frontend/src/features/notifications/components/ToastMessageReceived.tsx index 82c3175b..4fbf242c 100644 --- a/src/frontend/src/features/notifications/components/ToastMessageReceived.tsx +++ b/src/frontend/src/features/notifications/components/ToastMessageReceived.tsx @@ -40,9 +40,9 @@ export function ToastMessageReceived({ state, ...props }: ToastProps) { padding: '14px', gap: '0.75rem', textAlign: 'start', - width: '150px', + width: '250px', md: { - width: '260px', + width: '350px', }, })} >