From c69573ea2d4bbebfcb4d7ff6ffda0887d9598364 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:50:04 +0000 Subject: [PATCH] completionId: cgen-0bf25ec2292e4630b78076d765ff7890 cgen-0bf25ec2292e4630b78076d765ff7890 --- client/lib/aethex-toast.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib/aethex-toast.ts b/client/lib/aethex-toast.ts index 39a81dc6..1af644a8 100644 --- a/client/lib/aethex-toast.ts +++ b/client/lib/aethex-toast.ts @@ -4,6 +4,7 @@ interface AethexToastOptions { title?: string; description?: string; duration?: number; + accentColor?: string; } export const aethexToast = {