From ef77905dbbb64a5707b116f7356640a99154027d Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Fri, 24 Apr 2026 14:18:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=92=B1=E5=8C=85=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my-wallet/my-wallet.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/my-wallet/my-wallet.vue b/pages/my-wallet/my-wallet.vue index a017bc5..943cfe2 100644 --- a/pages/my-wallet/my-wallet.vue +++ b/pages/my-wallet/my-wallet.vue @@ -606,7 +606,7 @@ } .wallet-card { - background: #0a84ff; + background: var(--primary); border-radius: var(--radius-large); padding: 40rpx; color: #fff;