Skip to content

Commit

Permalink
Fix borderRadius of file preview dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC committed Jul 13, 2023
1 parent 4e9a22e commit 151ba17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/ui/home/chat/files_preview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@ class _FilesPreviewDialog extends HookWidget {
}

return Material(
child: Container(
color: context.theme.popUp,
borderRadius: const BorderRadius.all(Radius.circular(8)),
child: SizedBox(
width: 480,
height: 600,
color: context.theme.popUp,
child: Stack(
children: [
Column(
Expand Down

0 comments on commit 151ba17

Please sign in to comment.