small fix

merge-requests/382/head
Elham Rababah 5 years ago
parent f8c14a88ee
commit c1868d98a4

@ -52,7 +52,7 @@ class MyScheduleWidget extends StatelessWidget {
bgColor: DateUtils.isToday(workingHoursTable.date) bgColor: DateUtils.isToday(workingHoursTable.date)
? Colors.green[500] ? Colors.green[500]
: Colors.transparent, : Colors.transparent,
hasBorder: false, // hasBorder: false,
widget: Container( widget: Container(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,

@ -31,7 +31,7 @@ class CardWithBgWidget extends StatelessWidget {
), ),
border: Border.all( border: Border.all(
color: hasBorder ? HexColor('#707070') : Colors.transparent, color: hasBorder ? HexColor('#707070') : Colors.transparent,
width: hasBorder ? 2.0 : 0), width: hasBorder ? 0.30 : 0),
), ),
child: Material( child: Material(
borderRadius: BorderRadius.all(Radius.circular(10.0)), borderRadius: BorderRadius.all(Radius.circular(10.0)),

Loading…
Cancel
Save