From c704541e805e41b001f0715b0436168849fcc95e Mon Sep 17 00:00:00 2001 From: MaheshtheDev Date: Tue, 18 Jun 2024 20:26:15 -0700 Subject: [PATCH] fix: Cta component background color --- apps/web/app/(landing)/Cta.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index be99bf99..f0f471c2 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -24,7 +24,7 @@ function Cta() { height={1405} priority draggable="false" - className="absolute z-[-2] hidden select-none rounded-3xl bg-black md:block lg:w-[80%]" + className="absolute z-[-2] hidden select-none rounded-3xl bg-background md:block lg:w-[80%]" />

Your bookmarks are collecting dust.