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