Fix menu setting background color
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit c1471d8fd32b504d5da042744e9fe68694fd68d0)
This commit is contained in:
@@ -14,9 +14,7 @@ class ManageAccountMenuView extends GetWidget<ManageAccountMenuController> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Drawer(
|
||||
elevation: controller.responsiveUtils.isDesktop(context) ? 0 : 16.0,
|
||||
child: Scaffold(
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.white,
|
||||
body: SafeArea(right: false, bottom: false,
|
||||
child: Column(
|
||||
@@ -151,7 +149,6 @@ class ManageAccountMenuView extends GetWidget<ManageAccountMenuController> {
|
||||
]
|
||||
)
|
||||
),
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user