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

Loading…
Cancel
Save