change font size

merge-requests/585/head
Elham Rababah 5 years ago
parent 5aa333ba2c
commit 70e394cfc7

@ -149,7 +149,7 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
'Pending', 'Pending',
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
color: Color(0xFFCC9B14), color: Color(0xFFCC9B14),
fontSize: 16, fontSize: 12,
), ),
if (model if (model
.patientProgressNoteList[ .patientProgressNoteList[
@ -160,7 +160,7 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
'Canceled', 'Canceled',
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
color: Colors.red.shade700, color: Colors.red.shade700,
fontSize: 16, fontSize: 12,
), ),
if (model if (model
.patientProgressNoteList[ .patientProgressNoteList[
@ -171,7 +171,7 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
'Verified', 'Verified',
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
color: Colors.green[600], color: Colors.green[600],
fontSize: 16, fontSize: 12,
), ),
if (model.patientProgressNoteList[index].status != 2 && if (model.patientProgressNoteList[index].status != 2 &&
model model

Loading…
Cancel
Save