From db30df92a63ff40c6385a46c68d0d9d44e220e65 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:51:41 +0000 Subject: [PATCH] completionId: cgen-3a19a1bc84f946f790af7685e03c83ea cgen-3a19a1bc84f946f790af7685e03c83ea --- client/components/ui/toaster.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/client/components/ui/toaster.tsx b/client/components/ui/toaster.tsx index 07051c4d..15178756 100644 --- a/client/components/ui/toaster.tsx +++ b/client/components/ui/toaster.tsx @@ -14,15 +14,18 @@ export function Toaster() { return ( {toasts.map(function ({ id, title, description, action, ...props }: any) { + const isArmVariant = props.variant === "arm" && props.accentColor; + return (
{title && {title}}