From a479e5e95d21190bfb7bb896394d59985f87de53 Mon Sep 17 00:00:00 2001 From: MingNian <1281442923@qq.com> Date: Sun, 21 Jun 2026 23:37:18 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BB=8A=E6=97=A5=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E9=A1=B6=E9=83=A8=E6=A0=87=E9=A2=98=E6=94=B9?= =?UTF-8?q?=E7=94=A8=E5=81=A5=E5=BA=B7=E6=A1=A3=E6=A1=88=E7=9A=84=E7=B4=AB?= =?UTF-8?q?=E8=93=9D=E5=B7=A6=E5=8F=B3=E6=B8=90=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- health_app/lib/pages/home/widgets/chat_messages_view.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/health_app/lib/pages/home/widgets/chat_messages_view.dart b/health_app/lib/pages/home/widgets/chat_messages_view.dart index 73324f9..eeb9d4d 100644 --- a/health_app/lib/pages/home/widgets/chat_messages_view.dart +++ b/health_app/lib/pages/home/widgets/chat_messages_view.dart @@ -1703,7 +1703,11 @@ class ChatMessagesView extends ConsumerWidget { width: double.infinity, padding: const EdgeInsets.fromLTRB(16, 12, 16, 10), decoration: const BoxDecoration( - gradient: AppColors.drawerGradient, + gradient: LinearGradient( + begin: Alignment.centerLeft, + end: Alignment.centerRight, + colors: [Color(0xFFE0C3FC), Color(0xFF8EC5FC)], + ), borderRadius: BorderRadius.vertical(top: Radius.circular(28)), ), child: Row(