💄(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:
committed by
aleb_the_flash
parent
e7f11194ce
commit
4045662433
@@ -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',
|
||||
},
|
||||
})}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user