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),