From ced135301018925b4f92883ac715118bfdd5c537 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Wed, 14 May 2025 14:43:39 +0200 Subject: [PATCH] reomve banner --- .../package_tools/mih_business_home.dart | 70 +++++++++---------- .../package_tools/mih_personal_home.dart | 70 +++++++++---------- 2 files changed, 70 insertions(+), 70 deletions(-) diff --git a/Frontend/lib/mih_packages/mih_home/package_tools/mih_business_home.dart b/Frontend/lib/mih_packages/mih_home/package_tools/mih_business_home.dart index 938bc8e6..d30a4bd2 100644 --- a/Frontend/lib/mih_packages/mih_home/package_tools/mih_business_home.dart +++ b/Frontend/lib/mih_packages/mih_home/package_tools/mih_business_home.dart @@ -199,41 +199,41 @@ class _MihBusinessHomeState extends State 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, ), diff --git a/Frontend/lib/mih_packages/mih_home/package_tools/mih_personal_home.dart b/Frontend/lib/mih_packages/mih_home/package_tools/mih_personal_home.dart index 7c613000..d81a4d7c 100644 --- a/Frontend/lib/mih_packages/mih_home/package_tools/mih_personal_home.dart +++ b/Frontend/lib/mih_packages/mih_home/package_tools/mih_personal_home.dart @@ -244,41 +244,41 @@ class _MihPersonalHomeState extends State 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, ),