forked from yaso_meth/mih-project
remove body border
This commit is contained in:
@@ -253,7 +253,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: true,
|
||||
borderOn: false,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -22,7 +22,10 @@ class MihPersonalSettings extends StatefulWidget {
|
||||
class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(borderOn: true, bodyItem: getBody());
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
||||
void deleteAccountPopUp(BuildContext ctxtd) {
|
||||
|
||||
Reference in New Issue
Block a user