This commit is contained in:
Salvatore Giordano
2020-03-13 15:13:16 +01:00
parent 031f85edf6
commit 4fbd38b0fe
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ class _ChannelListViewState extends State<ChannelListView> {
child: Padding( child: Padding(
padding: const EdgeInsets.symmetric(vertical: 16.0), padding: const EdgeInsets.symmetric(vertical: 16.0),
child: Center( child: Center(
child: Text('Error loading messages'), child: Text('Error loading channels'),
), ),
), ),
); );
+1
View File
@@ -156,6 +156,7 @@ class _MessageWidgetState extends State<MessageWidget>
), ),
child: CircleAvatar( child: CircleAvatar(
radius: 4, radius: 4,
backgroundColor: StreamChatTheme.of(context).accentColor,
child: Icon( child: Icon(
Icons.done, Icons.done,
size: 4, size: 4,