[mob] Make the borders of settings drawer not-round
This commit is contained in:
@@ -325,6 +325,7 @@ class _HomeWidgetState extends State<HomeWidget> {
|
||||
constraints: const BoxConstraints(maxWidth: 430),
|
||||
child: Drawer(
|
||||
width: double.infinity,
|
||||
shape: const RoundedRectangleBorder(),
|
||||
child: _settingsPage,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user