Add close button to modal. Closes #156 (and modals lol), ish.

This commit is contained in:
Jack Kingsman
2026-04-03 14:54:59 -07:00
parent 1046baf741
commit 08238aa464

View File

@@ -19,6 +19,7 @@ const Toaster = ({ ...props }: ToasterProps) => {
'group-[.toaster]:bg-toast-error group-[.toaster]:text-toast-error-foreground group-[.toaster]:border-toast-error-border [&_[data-description]]:text-toast-error-foreground',
},
}}
closeButton
{...props}
/>
);