From 9eba84edcc80256908080516d8b2d8a794d79fe9 Mon Sep 17 00:00:00 2001 From: al Date: Thu, 23 Jan 2025 17:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B6=E9=93=B6=E5=8F=B0?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx b/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx index ddff0bf..4f870c6 100644 --- a/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx +++ b/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx @@ -355,7 +355,7 @@ export default function Pay({ params }) { ${ superChecked?.index == index ? "border-2 border-[#ffffff] text-[#663B0B]" - : "border-2 border-[#FFFFFF14] text-white" + : "border-2 border-[#FFFFFF14] bg-[#FFFFFF1A] text-white" } ${ -- 2.41.0