From 643b23b97c3d975b4cc3321e2304ad7b65a88841 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Wed, 11 Mar 2026 21:42:22 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=9F=BA=E9=87=91=E8=AF=A6=E6=83=85=E4=BA=AE=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/FundCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/FundCard.jsx b/app/components/FundCard.jsx index 8116009..a929907 100644 --- a/app/components/FundCard.jsx +++ b/app/components/FundCard.jsx @@ -70,7 +70,7 @@ export default function FundCard({ boxShadow: 'none', paddingLeft: 0, paddingRight: 0, - background: 'none', + background: theme === 'light' ? 'rgb(250,250,250)' : 'none', } : {}; return (