Skip to content

Commit

Permalink
style(push): update background color in PushContentContainerPreview f…
Browse files Browse the repository at this point in the history
…or improved aesthetics
  • Loading branch information
BiswaViraj committed Dec 17, 2024
1 parent bb40974 commit 6e1b3cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
Expand Down

0 comments on commit 6e1b3cb

Please sign in to comment.