fix(ui): fix channel list tile style for mentioned users

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-03-17 14:02:51 +05:30
committed by xsahil03x
parent 03fceb04ca
commit 2b09747cb1
2 changed files with 32 additions and 6 deletions
@@ -71,7 +71,7 @@ void main() {
child: StreamChannel(
channel: channel,
child: Scaffold(
body: StreamChannelPreview(
body: ChannelPreview(
channel: channel,
),
),