diff --git a/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart b/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart index 96dbf724..743ff688 100644 --- a/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart +++ b/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart @@ -164,6 +164,11 @@ class _MIHNotificationMessageState extends State return SlideTransition( position: _scaleAnimation, child: Dialog( + insetPadding: const EdgeInsets.only( + top: 45, + left: 5, + right: 5, + ), shadowColor: secondary, alignment: Alignment.topCenter, child: notifyPopUp(),