reomve banner

This commit is contained in:
2025-05-14 14:43:39 +02:00
parent d5af580bce
commit ced1353010
2 changed files with 70 additions and 70 deletions

View File

@@ -199,41 +199,41 @@ class _MihBusinessHomeState extends State<MihBusinessHome>
return MihSingleChildScroll(
child: Column(
children: [
Container(
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10),
color: MzanziInnovationHub.of(context)!.theme.errorColor(),
),
height: 40,
child: Row(
children: [
Icon(
Icons.warning_amber_rounded,
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
size: 40,
),
const SizedBox(
width: 5,
),
Expanded(
child: SingleChildScrollView(
controller: _scrollController,
scrollDirection: Axis.horizontal,
child: Text(
maintenanceMsg,
style: TextStyle(
color: MzanziInnovationHub.of(context)!
.theme
.primaryColor(),
fontSize: 20,
fontWeight: FontWeight.bold,
),
),
),
),
],
),
),
// Container(
// decoration: BoxDecoration(
// borderRadius: BorderRadius.circular(10),
// color: MzanziInnovationHub.of(context)!.theme.errorColor(),
// ),
// height: 40,
// child: Row(
// children: [
// Icon(
// Icons.warning_amber_rounded,
// color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
// size: 40,
// ),
// const SizedBox(
// width: 5,
// ),
// Expanded(
// child: SingleChildScrollView(
// controller: _scrollController,
// scrollDirection: Axis.horizontal,
// child: Text(
// maintenanceMsg,
// style: TextStyle(
// color: MzanziInnovationHub.of(context)!
// .theme
// .primaryColor(),
// fontSize: 20,
// fontWeight: FontWeight.bold,
// ),
// ),
// ),
// ),
// ],
// ),
// ),
const SizedBox(
height: 5,
),

View File

@@ -244,41 +244,41 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
return MihSingleChildScroll(
child: Column(
children: [
Container(
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10),
color: MzanziInnovationHub.of(context)!.theme.errorColor(),
),
height: 40,
child: Row(
children: [
Icon(
Icons.warning_amber_rounded,
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
size: 40,
),
const SizedBox(
width: 5,
),
Expanded(
child: SingleChildScrollView(
controller: _scrollController,
scrollDirection: Axis.horizontal,
child: Text(
maintenanceMsg,
style: TextStyle(
color: MzanziInnovationHub.of(context)!
.theme
.primaryColor(),
fontSize: 20,
fontWeight: FontWeight.bold,
),
),
),
),
],
),
),
// Container(
// decoration: BoxDecoration(
// borderRadius: BorderRadius.circular(10),
// color: MzanziInnovationHub.of(context)!.theme.errorColor(),
// ),
// height: 40,
// child: Row(
// children: [
// Icon(
// Icons.warning_amber_rounded,
// color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
// size: 40,
// ),
// const SizedBox(
// width: 5,
// ),
// Expanded(
// child: SingleChildScrollView(
// controller: _scrollController,
// scrollDirection: Axis.horizontal,
// child: Text(
// maintenanceMsg,
// style: TextStyle(
// color: MzanziInnovationHub.of(context)!
// .theme
// .primaryColor(),
// fontSize: 20,
// fontWeight: FontWeight.bold,
// ),
// ),
// ),
// ),
// ],
// ),
// ),
const SizedBox(
height: 5,
),