Skip to content

Commit

Permalink
for unsuccessfulcontact attempts, added pink filter (AMPATH#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angie-540 authored and sainingo committed Dec 14, 2023
1 parent f8b631f commit 6252b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class PreAppointmentPatientListComponent
params.data.follow_up_type !== null &&
params.data.was_follow_up_successful === 0
) {
return { 'background-color': 'maroon', color: 'white' };
return { 'background-color': 'pink' };
} else {
return {};
}
Expand Down

0 comments on commit 6252b8d

Please sign in to comment.