fix: Fix sizes and colors
This commit is contained in:
@@ -131,7 +131,7 @@ class GiphyAttachment extends StatelessWidget {
|
|||||||
child: IconButton(
|
child: IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
StreamIcons.left,
|
StreamIcons.left,
|
||||||
size: 18.0,
|
size: 24.0,
|
||||||
),
|
),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
streamChannel.channel.sendAction(message, {
|
streamChannel.channel.sendAction(message, {
|
||||||
@@ -155,7 +155,7 @@ class GiphyAttachment extends StatelessWidget {
|
|||||||
child: IconButton(
|
child: IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
StreamIcons.right,
|
StreamIcons.right,
|
||||||
size: 18.0,
|
size: 24.0,
|
||||||
),
|
),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
streamChannel.channel.sendAction(message, {
|
streamChannel.channel.sendAction(message, {
|
||||||
|
|||||||
Reference in New Issue
Block a user