From 6e1b3cb6cb4d2a757c5c8654d0213cd0fa44c5a9 Mon Sep 17 00:00:00 2001 From: Biswajeet Das Date: Tue, 17 Dec 2024 22:26:11 +0530 Subject: [PATCH] style(push): update background color in PushContentContainerPreview for improved aesthetics --- .../src/components/workflow-editor/steps/push/push-preview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx b/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx index 1b41903de1d..45bf690dd72 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx @@ -100,7 +100,7 @@ export const PushContentContainerPreview = ({ children, className, ...rest }: HT initial={{ opacity: 0, y: -10 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.2, ease: 'easeOut' }} - className={cn('flex w-full flex-col gap-0.5 rounded-md bg-[rgba(252,252,252,0.50)] p-1.5', className)} + className={cn('flex w-full flex-col gap-0.5 rounded-md bg-neutral-50 p-1.5', className)} layout {...rest} >