From 3575089bf3c0cd02e5cf15533b39e309538e30d7 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Wed, 4 Nov 2020 16:41:59 +0530 Subject: [PATCH] fix: Fix sizes and colors --- lib/src/giphy_attachment.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/giphy_attachment.dart b/lib/src/giphy_attachment.dart index fded52cc..357d5024 100644 --- a/lib/src/giphy_attachment.dart +++ b/lib/src/giphy_attachment.dart @@ -131,7 +131,7 @@ class GiphyAttachment extends StatelessWidget { child: IconButton( icon: Icon( StreamIcons.left, - size: 18.0, + size: 24.0, ), onPressed: () { streamChannel.channel.sendAction(message, { @@ -155,7 +155,7 @@ class GiphyAttachment extends StatelessWidget { child: IconButton( icon: Icon( StreamIcons.right, - size: 18.0, + size: 24.0, ), onPressed: () { streamChannel.channel.sendAction(message, {