fix issues related to design

merge-requests/863/head
Elham Rababh 4 years ago
parent b21acfd2c6
commit 45f4aa9a22

@ -92,7 +92,7 @@ class _ProgressNoteState extends State<DiagnosisScreen> {
widthFactor: 0.95,
child: CardWithBgWidget(
hasBorder: false,
bgColor: Colors.black38,
bgColor: Colors.transparent,
widget: Column(
children: [
Column(

@ -94,7 +94,7 @@ class _ProgressNoteState extends State<NursingProgressNoteScreen> {
widthFactor: 0.95,
child: CardWithBgWidget(
hasBorder: false,
bgColor: Colors.black38,
bgColor: Colors.transparent,
widget: Column(
children: [
Column(

@ -127,23 +127,7 @@ class _ProgressNoteState extends State<OperationReportScreen> {
widthFactor: 0.95,
child: CardWithBgWidget(
hasBorder: false,
bgColor: model.operationReportList[index]
.status ==
1 &&
authenticationViewModel
.doctorProfile.doctorID !=
model.operationReportList[index]
.createdBy
? Color(0xFFCC9B14)
: model.operationReportList[index]
.status ==
4
? Colors.red.shade700
: model.operationReportList[index]
.status ==
2
? Colors.green[600]
: Color(0xFFCC9B14),
bgColor: Colors.white,
widget: Column(
children: [
Column(

Loading…
Cancel
Save