diff --git a/Frontend/patient_manager/lib/components/popUpMessages/mihDeleteMessage.dart b/Frontend/patient_manager/lib/components/popUpMessages/mihDeleteMessage.dart index b5a6b110..2d7058c0 100644 --- a/Frontend/patient_manager/lib/components/popUpMessages/mihDeleteMessage.dart +++ b/Frontend/patient_manager/lib/components/popUpMessages/mihDeleteMessage.dart @@ -111,7 +111,7 @@ class _MIHDeleteMessageState extends State { Container( padding: const EdgeInsets.all(10.0), width: 500.0, - height: (height / 3) * 1.5, + height: (height / 3) * 1, decoration: BoxDecoration( color: MzanziInnovationHub.of(context)!.theme.primaryColor(), borderRadius: BorderRadius.circular(25.0),