Build [v1.14.31]
This commit is contained in:
@@ -24,7 +24,7 @@ export function Toast({ type, message, onClose, duration = 3000 }: ToastProps) {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`fixed bottom-4 right-4 ${bgColor} text-white px-4 py-2 rounded shadow-lg z-50 animate-fade-in`}
|
||||
className={`fixed bottom-4 right-4 ${bgColor} text-white px-4 py-2 rounded shadow-none z-50 animate-fade-in`}
|
||||
role="alert"
|
||||
aria-live="polite"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user