remove title in settigns body
This commit is contained in:
parent
5b9c252983
commit
ec4739b229
1 changed files with 0 additions and 13 deletions
|
|
@ -106,19 +106,6 @@ class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
||||||
return MihSingleChildScroll(
|
return MihSingleChildScroll(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Text(
|
|
||||||
"Account Settings",
|
|
||||||
textAlign: TextAlign.center,
|
|
||||||
style: TextStyle(
|
|
||||||
fontSize: 25,
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Divider(
|
|
||||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 10.0),
|
|
||||||
Center(
|
Center(
|
||||||
child: FaIcon(
|
child: FaIcon(
|
||||||
FontAwesomeIcons.trashCan,
|
FontAwesomeIcons.trashCan,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue