fix: attachment borders

This commit is contained in:
Deven Joshi
2021-05-18 15:22:41 +05:30
parent 5155940ddd
commit 9e9cd2b66f
5 changed files with 23 additions and 28 deletions
@@ -146,7 +146,7 @@ class MessageReactionsModal extends StatelessWidget {
attachmentBorderRadiusGeometry:
attachmentBorderRadiusGeometry
?.mirrorBorderIfReversed(
reverse: reverse),
reverse: !reverse),
attachmentPadding: EdgeInsets.all(
hasFileAttachment ? 4 : 2,
),