Skip to content

Commit

Permalink
Added purple and success as suggested, remove destructive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sancharisingh authored Dec 9, 2024
1 parent e4bb04b commit b77f123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export const PatientManager = () => {
variant={
dayjs().isAfter(patient.review_time)
? "purple"
: "destructive"
: "success"
}
className="flex items-center gap-1"
>
Expand Down

0 comments on commit b77f123

Please sign in to comment.