fix: icon sizes
This commit is contained in:
@@ -205,9 +205,9 @@ class _ChatInfoScreenState extends State<ChatInfoScreen> {
|
|||||||
tileColor: StreamChatTheme.of(context).colorTheme.whiteSnow,
|
tileColor: StreamChatTheme.of(context).colorTheme.whiteSnow,
|
||||||
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: 22.0),
|
||||||
child: StreamSvgIcon.pin(
|
child: StreamSvgIcon.pin(
|
||||||
size: 36.0,
|
size: 24.0,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -488,9 +488,9 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
|
|||||||
tileColor: StreamChatTheme.of(context).colorTheme.whiteSnow,
|
tileColor: StreamChatTheme.of(context).colorTheme.whiteSnow,
|
||||||
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: 16.0),
|
||||||
child: StreamSvgIcon.pin(
|
child: StreamSvgIcon.pin(
|
||||||
size: 32.0,
|
size: 24.0,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
StreamChatTheme.of(context).colorTheme.black.withOpacity(0.5),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -182,8 +182,8 @@ class _PinnedMessagesScreenState extends State<PinnedMessagesScreen> {
|
|||||||
leading: UserAvatar(
|
leading: UserAvatar(
|
||||||
user: user,
|
user: user,
|
||||||
constraints: BoxConstraints(
|
constraints: BoxConstraints(
|
||||||
maxWidth: 56.0,
|
maxWidth: 40.0,
|
||||||
minHeight: 56.0,
|
minHeight: 40.0,
|
||||||
),
|
),
|
||||||
borderRadius: BorderRadius.circular(28),
|
borderRadius: BorderRadius.circular(28),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user