refactor codes
This commit is contained in:
@@ -24,7 +24,7 @@ class MobileShellPage extends StatelessWidget {
|
||||
height: 72.0.h(),
|
||||
decoration: BoxDecoration(
|
||||
color: AppColors.grey10,
|
||||
border: Border.fromBorderSide(BorderSide(color: AppColors.grey30)),
|
||||
border: Border(top: BorderSide(color: AppColors.grey30)),
|
||||
),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
|
||||
Reference in New Issue
Block a user