Patient view size fix
This commit is contained in:
parent
14ee71c6ce
commit
4d9fc4aee7
7 changed files with 46 additions and 19 deletions
|
|
@ -274,7 +274,7 @@ class _PatientDetailsState extends State<PatientDetails> {
|
|||
double height = size.height;
|
||||
return Container(
|
||||
alignment: Alignment.topCenter,
|
||||
height: height - 177,
|
||||
height: height - 100,
|
||||
padding: const EdgeInsets.only(left: 10, right: 10, bottom: 10),
|
||||
decoration: BoxDecoration(
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue