Skip to content

Commit

Permalink
TW-745: remove bigger bubble when hover
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn authored and hoangdat committed Oct 6, 2023
1 parent 738f69d commit 6bc46f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/events/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ class Message extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: listHorizontalActionMenu.map((item) {
return Padding(
padding: const EdgeInsetsDirectional.all(4),
padding: const EdgeInsetsDirectional.symmetric(horizontal: 4),
child: TwakeIconButton(
icon: item.action.getIcon(),
imagePath: item.action.getImagePath(),
Expand Down

0 comments on commit 6bc46f4

Please sign in to comment.