From 08238aa4640d3ecfa5401ca09a8a93b470a0e96f Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Fri, 3 Apr 2026 14:54:59 -0700 Subject: [PATCH] Add close button to modal. Closes #156 (and modals lol), ish. --- frontend/src/components/ui/sonner.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/ui/sonner.tsx b/frontend/src/components/ui/sonner.tsx index d8163f8..e81e0d5 100644 --- a/frontend/src/components/ui/sonner.tsx +++ b/frontend/src/components/ui/sonner.tsx @@ -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} /> );