fix: Fix sizes and colors

This commit is contained in:
Deven Joshi
2020-11-04 16:41:59 +05:30
parent c605821940
commit 3575089bf3
+2 -2
View File
@@ -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, {