From 4e24806924939518d325fd7117dcdec443351cc9 Mon Sep 17 00:00:00 2001 From: Patti <139997703+Patticatti@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:12:58 -0700 Subject: [PATCH] fix(website): Change subscription plan text colour to neutral (#6588) Signed-off-by: Patti <139997703+Patticatti@users.noreply.github.com> --- website/src/app/pricing/_page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/app/pricing/_page.tsx b/website/src/app/pricing/_page.tsx index 99635b1f3..d4cedc38d 100644 --- a/website/src/app/pricing/_page.tsx +++ b/website/src/app/pricing/_page.tsx @@ -49,7 +49,7 @@ export default function _Page() {
-

+

Starter

@@ -123,7 +123,7 @@ export default function _Page() {
-

+

Team

@@ -230,7 +230,7 @@ export default function _Page() { className={`p-8 md:p-6 lg:p-8 xl:p-10 bg-neutral-950 text-neutral-50 rounded-xl shadow-light mb-4 font-manrope`} >
-

+

Enterprise

@@ -257,7 +257,7 @@ export default function _Page() {