fix: changed pin logo
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user