fix: changed pin logo
This commit is contained in:
@@ -206,7 +206,7 @@ class _ChatInfoScreenState extends State<ChatInfoScreen> {
|
|||||||
titleTextStyle: StreamChatTheme.of(context).textTheme.body,
|
titleTextStyle: StreamChatTheme.of(context).textTheme.body,
|
||||||
leading: Padding(
|
leading: Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
||||||
child: StreamSvgIcon.pictures(
|
child: StreamSvgIcon.pin(
|
||||||
size: 36.0,
|
size: 36.0,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
||||||
|
|||||||
@@ -489,7 +489,7 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
|
|||||||
titleTextStyle: StreamChatTheme.of(context).textTheme.body,
|
titleTextStyle: StreamChatTheme.of(context).textTheme.body,
|
||||||
leading: Padding(
|
leading: Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 12.0),
|
padding: const EdgeInsets.symmetric(horizontal: 12.0),
|
||||||
child: StreamSvgIcon.pictures(
|
child: StreamSvgIcon.pin(
|
||||||
size: 32.0,
|
size: 32.0,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
||||||
|
|||||||
Reference in New Issue
Block a user