From 21e67014aa48c9cbbbfd0a011228bc28c571f0f6 Mon Sep 17 00:00:00 2001 From: MingNian <1281442923@qq.com> Date: Wed, 17 Jun 2026 17:38:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=81=A5=E5=BA=B7=E6=A1=A3=E6=A1=88?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E8=83=8C=E6=99=AF=E8=89=B2=E6=8D=A2=E7=B4=AB?= =?UTF-8?q?=E8=93=9D=E6=B8=90=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- health_app/lib/widgets/health_drawer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health_app/lib/widgets/health_drawer.dart b/health_app/lib/widgets/health_drawer.dart index 719ae43..0f11b1d 100644 --- a/health_app/lib/widgets/health_drawer.dart +++ b/health_app/lib/widgets/health_drawer.dart @@ -156,7 +156,7 @@ class _ArchiveAction extends StatelessWidget { gradient: const LinearGradient( begin: Alignment.centerLeft, end: Alignment.centerRight, - colors: [Color(0xFFF3ECFF), Color(0xFFEDE4FF)], + colors: [Color(0xFFE0C3FC), Color(0xFF8EC5FC)], ), borderRadius: BorderRadius.circular(24), border: Border.all(color: Colors.white, width: 1.4),