add moon icon to change theme

This commit is contained in:
Salvatore Giordano
2021-01-11 11:17:27 +01:00
parent ce543b9010
commit 6e52cc700c
6 changed files with 128 additions and 35 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ class _ImageFooterState extends State<ImageFooter> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
IconButton(
icon: StreamSvgIcon.icon_SHARE(
icon: StreamSvgIcon.Icon_SHARE(
size: 24.0,
color: StreamChatTheme.of(context).colorTheme.black,
),