Skip to content

Commit

Permalink
Removed the extra color class from symptoms list (ohcnetwork#10867)
Browse files Browse the repository at this point in the history
Co-authored-by: Amjith Titus <amjithtitus09@gmail.com>
  • Loading branch information
2 people authored and ashwinpraveengo committed Mar 2, 2025
1 parent 7225927 commit beae1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/symptoms/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function SymptomsList({
variant="ghost"
size="xs"
onClick={() => setShowEnteredInError(true)}
className="text-xs underline text-gray-500 text-gray-950"
className="text-xs underline text-gray-950"
>
{t("view_all")}
</Button>
Expand Down

0 comments on commit beae1a7

Please sign in to comment.