Build [v1.14.31]

This commit is contained in:
2026-04-25 12:53:41 +03:00
parent d0f166a370
commit de8c5c7135
42 changed files with 441 additions and 354 deletions

View File

@@ -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"
>