[mob] Make the borders of settings drawer not-round
This commit is contained in:
parent
bb90b2d3bc
commit
48cbe17ccd
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ class _HomeWidgetState extends State<HomeWidget> {
|
|||
constraints: const BoxConstraints(maxWidth: 430),
|
||||
child: Drawer(
|
||||
width: double.infinity,
|
||||
shape: const RoundedRectangleBorder(),
|
||||
child: _settingsPage,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue