fix: Corrected icon

This commit is contained in:
Deven Joshi
2020-12-30 21:23:35 +05:30
parent a766e404c5
commit 2026058d30
+1 -1
View File
@@ -180,7 +180,7 @@ class _ChannelActionsModalState extends State<ChannelActionsModal> {
}, },
), ),
OptionListTile( OptionListTile(
leading: StreamSvgIcon.close( leading: StreamSvgIcon.close_small(
color: Color(0xff7a7a7a), color: Color(0xff7a7a7a),
), ),
title: 'Cancel', title: 'Cancel',