remove title in settigns body

This commit is contained in:
2025-05-29 15:00:16 +02:00
parent 5b9c252983
commit ec4739b229

View File

@@ -106,19 +106,6 @@ class _MihPersonalSettingsState extends State<MihPersonalSettings> {
return MihSingleChildScroll(
child: Column(
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(
child: FaIcon(
FontAwesomeIcons.trashCan,