From ebaeb92fba02240ad6237143abb632b2ca291456 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 17:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=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/widget/chat_input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytedesk_kefu/lib/ui/widget/chat_input.dart b/bytedesk_kefu/lib/ui/widget/chat_input.dart index 874e054..eeaeeb6 100644 --- a/bytedesk_kefu/lib/ui/widget/chat_input.dart +++ b/bytedesk_kefu/lib/ui/widget/chat_input.dart @@ -452,7 +452,7 @@ class _ChatInputState extends State with TickerProviderStateMixin { child: Material( borderRadius: const BorderRadius.vertical(top: Radius.circular(10),), //InheritedChatTheme.of(context).theme.inputBorderRadius, - color: Colors.white, //Color(0xff1d1c21),//InheritedChatTheme.of(context).theme.inputBackgroundColor, + color: Color(0xFFFAFAFA), //Color(0xff1d1c21),//InheritedChatTheme.of(context).theme.inputBackgroundColor, child: Container( padding: EdgeInsets.fromLTRB( _query.padding.left,