fix: changed pin logo

This commit is contained in:
Deven Joshi
2021-06-11 13:52:36 +05:30
parent d7a0d8cad9
commit 807e9126f0
2 changed files with 2 additions and 2 deletions
@@ -206,7 +206,7 @@ class _ChatInfoScreenState extends State<ChatInfoScreen> {
titleTextStyle: StreamChatTheme.of(context).textTheme.body,
leading: Padding(
padding: const EdgeInsets.symmetric(horizontal: 16.0),
child: StreamSvgIcon.pictures(
child: StreamSvgIcon.pin(
size: 36.0,
color:
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
@@ -489,7 +489,7 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
titleTextStyle: StreamChatTheme.of(context).textTheme.body,
leading: Padding(
padding: const EdgeInsets.symmetric(horizontal: 12.0),
child: StreamSvgIcon.pictures(
child: StreamSvgIcon.pin(
size: 32.0,
color:
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),