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)
? Colors.green[500]
: Colors.transparent,
hasBorder: false,
// hasBorder: false,
widget: Container(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,

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

Loading…
Cancel
Save