remove home border and use new icons

This commit is contained in:
2025-05-14 14:33:44 +02:00
parent 6157397819
commit eccb0ec1f6
6 changed files with 25 additions and 189 deletions

View File

@@ -101,7 +101,7 @@ class _MihAppState extends State<MihApp> with SingleTickerProviderStateMixin {
drawer: widget.actionDrawer,
body: SafeArea(
bottom: false,
minimum: EdgeInsets.only(bottom: 5),
minimum: EdgeInsets.only(bottom: 0),
child: Container(
width: screenSize.width,
height: screenSize.height,