From abd1058bcb3e2f10d61bb78e0f1af5472bd53a2e Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Thu, 25 Jun 2026 13:59:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(client):=20=E7=9B=98=E7=82=B9=E5=B1=8F?= =?UTF-8?q?=E6=96=91=E9=A9=AC=E8=A1=8C=20token=20=E5=8C=96=EF=BC=88?= =?UTF-8?q?=E4=BF=AE=E6=9A=97=E8=89=B2=E7=A0=B4=E7=BB=BD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 盘点明细行无差异时的斑马底 Colors.white/FFFAFAFA → surface/bg, 深色主题 B 下不再泛白。该屏现 0 硬编码色残留。 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01TSKEiHsvauyxYUW2itzUXX --- client/lib/screens/inventory/inventory_check_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/screens/inventory/inventory_check_screen.dart b/client/lib/screens/inventory/inventory_check_screen.dart index f8bc6c8..8e6d5ba 100644 --- a/client/lib/screens/inventory/inventory_check_screen.dart +++ b/client/lib/screens/inventory/inventory_check_screen.dart @@ -444,7 +444,7 @@ class _InventoryCheckScreenState extends ConsumerState { ? (diff > 0 ? context.tokens.success.withOpacity(0.04) : context.tokens.danger.withOpacity(0.04)) - : (index.isEven ? Colors.white : const Color(0xFFFAFAFA)), + : (index.isEven ? context.tokens.surface : context.tokens.bg), ), children: [ Padding(