small fix on schedule

merge-requests/418/head
Elham Rababah 4 years ago
parent fc98e75ec3
commit e041538fb8

@ -78,10 +78,18 @@ class MyScheduleWidget extends StatelessWidget {
SizedBox(
height: 5,
),
AppText(
work.from + ' - ' + work.to,
fontSize: 2.0 * SizeConfig.textMultiplier,
fontWeight: FontWeight.w300,
Container(
width: MediaQuery.of(context).size.width*0.55,
child: Expanded(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: AppText(
work.from + ' - ' + work.to,
fontSize: 15,
fontWeight: FontWeight.w300,
),
),
),
)
],
),

Loading…
Cancel
Save