底部颜色 消息状态颜色

master
章文轩 2 years ago
parent 2f283e495d
commit e1e7e8a8d7

@ -531,7 +531,7 @@ class _ChatKFPageState extends State<ChatKFPage>
), ),
Container( Container(
decoration: BoxDecoration( decoration: BoxDecoration(
color: Theme.of(context).cardColor, color: Colors.white
), ),
// child: _textComposerWidget(), // child: _textComposerWidget(),
child: _chatInput(), child: _chatInput(),

@ -70,7 +70,7 @@ class MessageWidget extends StatelessWidget {
Expanded(flex: 1, child: Container()), Expanded(flex: 1, child: Container()),
Text( Text(
status, status,
style: TextStyle(fontSize: 10), style: TextStyle(fontSize: 10,color: Color(0xFF444444)),
), ),
Container( Container(
width: 5, width: 5,

Loading…
Cancel
Save