Merge branch 'master' into develop

This commit is contained in:
Salvatore Giordano
2021-03-10 09:43:17 +01:00
32 changed files with 123 additions and 87 deletions
@@ -45,10 +45,10 @@ class FileAttachment extends AttachmentWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Container(
child: _getFileTypeImage(context),
height: 40.0,
width: 33.33,
margin: EdgeInsets.all(8.0),
child: _getFileTypeImage(context),
),
SizedBox(width: 8.0),
Expanded(