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 = {