From 7f2d139690c4f5562e32042ecce7378da9bc6f76 Mon Sep 17 00:00:00 2001 From: yaso Date: Fri, 24 Jan 2025 13:21:52 +0200 Subject: [PATCH] add top padding to mih app --- Frontend/lib/mih_components/mih_package/mih_app.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/Frontend/lib/mih_components/mih_package/mih_app.dart b/Frontend/lib/mih_components/mih_package/mih_app.dart index 2ec636fe..dd0270ab 100644 --- a/Frontend/lib/mih_components/mih_package/mih_app.dart +++ b/Frontend/lib/mih_components/mih_package/mih_app.dart @@ -33,6 +33,7 @@ class _MihAppState extends State { width: screenSize.width, height: screenSize.height, //color: Colors.black, + padding: const EdgeInsets.only(top: 5), child: Column( children: [ Row(