fix referral issues

login_design_fixes
Elham Rababah 3 years ago
parent 01abd02d19
commit 08e104ca56

@ -131,7 +131,7 @@ class DashboardReferralPatient extends StatelessWidget {
)
],
),
top: height * .35,
top: height * .40,
left: 0,
right: 0)
]),

@ -12,7 +12,7 @@ class GetActivityCard extends StatelessWidget {
double width = SizeConfig.heightMultiplier* (SizeConfig.isHeightShort?13:12);
return Container(
width: width,
padding: EdgeInsets.all(SizeConfig.heightMultiplier * .3),
padding: EdgeInsets.symmetric(horizontal: SizeConfig.heightMultiplier * .4, vertical: SizeConfig.heightMultiplier * .2),
margin: EdgeInsets.all(SizeConfig.heightMultiplier * .5),
decoration: BoxDecoration(
color: Colors.white,

@ -34,7 +34,7 @@ class GetOutPatientStack extends StatelessWidget {
getStack(Summaryoptions value, max,context) {
double barHeight = SizeConfig.heightMultiplier *
(SizeConfig.isHeightShort ? 30 : 25);
(SizeConfig.isHeightShort ? 23 : 25);
return Expanded(
child: Container(
margin: EdgeInsets.symmetric(horizontal: 2),

Loading…
Cancel
Save