fix: attachment borders

This commit is contained in:
Deven Joshi
2021-05-18 14:39:01 +05:30
parent 8d6af7a7c2
commit 5155940ddd
5 changed files with 22 additions and 4 deletions
@@ -144,7 +144,9 @@ class MessageReactionsModal extends StatelessWidget {
attachmentShape: attachmentShape,
padding: const EdgeInsets.all(0),
attachmentBorderRadiusGeometry:
attachmentBorderRadiusGeometry,
attachmentBorderRadiusGeometry
?.mirrorBorderIfReversed(
reverse: reverse),
attachmentPadding: EdgeInsets.all(
hasFileAttachment ? 4 : 2,
),