From fed75c77df12299fab940bb1090b22905c8d7a6c Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Thu, 11 Jun 2026 18:34:45 -0400 Subject: [PATCH] feat(App): enhance Toaster component with rich colors, close button, and custom toast options --- src/app/App.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 97203ef..5446a8c 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -234,7 +234,16 @@ function AppPage({ title, onBack }: { title: string; onBack: () => void }) { return (
- +