💄(frontend) adjust message notification size for better readability

Increase message notification size to improve text readability when
notifications appear, enhancing user experience by making content more
visible at a glance.
This commit is contained in:
lebaudantoine
2025-02-28 12:11:38 +01:00
committed by aleb_the_flash
parent e7f11194ce
commit 4045662433

View File

@@ -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',
},
})}
>