From e1e7e8a8d751101011f1b66c3c569f1fb7086016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A0=E6=96=87=E8=BD=A9?= <12812285557@qq.com> Date: Fri, 5 Aug 2022 16:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E9=A2=9C=E8=89=B2=20?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=8A=B6=E6=80=81=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bytedesk_kefu/lib/ui/chat/page/chat_kf_page.dart | 2 +- bytedesk_kefu/lib/ui/chat/widget/message_widget.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bytedesk_kefu/lib/ui/chat/page/chat_kf_page.dart b/bytedesk_kefu/lib/ui/chat/page/chat_kf_page.dart index 660a6dc..b2423c6 100755 --- a/bytedesk_kefu/lib/ui/chat/page/chat_kf_page.dart +++ b/bytedesk_kefu/lib/ui/chat/page/chat_kf_page.dart @@ -531,7 +531,7 @@ class _ChatKFPageState extends State ), Container( decoration: BoxDecoration( - color: Theme.of(context).cardColor, + color: Colors.white ), // child: _textComposerWidget(), child: _chatInput(), diff --git a/bytedesk_kefu/lib/ui/chat/widget/message_widget.dart b/bytedesk_kefu/lib/ui/chat/widget/message_widget.dart index 600a6c2..8aee4aa 100755 --- a/bytedesk_kefu/lib/ui/chat/widget/message_widget.dart +++ b/bytedesk_kefu/lib/ui/chat/widget/message_widget.dart @@ -70,7 +70,7 @@ class MessageWidget extends StatelessWidget { Expanded(flex: 1, child: Container()), Text( status, - style: TextStyle(fontSize: 10), + style: TextStyle(fontSize: 10,color: Color(0xFF444444)), ), Container( width: 5,