|
@@ -80,7 +80,7 @@ class MainDrawerView extends BasePage<MainDrawerController> {
|
|
|
DecoratedBox(
|
|
DecoratedBox(
|
|
|
decoration: BoxDecoration(
|
|
decoration: BoxDecoration(
|
|
|
color: Colors.white,
|
|
color: Colors.white,
|
|
|
- borderRadius: BorderRadius.circular(12.w),
|
|
|
|
|
|
|
+ borderRadius: BorderRadius.circular(100.w),
|
|
|
),
|
|
),
|
|
|
child: Padding(
|
|
child: Padding(
|
|
|
padding: const EdgeInsets.symmetric(
|
|
padding: const EdgeInsets.symmetric(
|