diff --git a/mobile/lib/ui/tabs/home_widget.dart b/mobile/lib/ui/tabs/home_widget.dart index 802b40be8..6745aaaa6 100644 --- a/mobile/lib/ui/tabs/home_widget.dart +++ b/mobile/lib/ui/tabs/home_widget.dart @@ -325,6 +325,7 @@ class _HomeWidgetState extends State { constraints: const BoxConstraints(maxWidth: 430), child: Drawer( width: double.infinity, + shape: const RoundedRectangleBorder(), child: _settingsPage, ), )