Skip to content

Commit

Permalink
Removed the extra color class from symptoms list (#10867)
Browse files Browse the repository at this point in the history
Co-authored-by: Amjith Titus <amjithtitus09@gmail.com>
  • Loading branch information
vishaljoshi789 and amjithtitus09 authored Feb 28, 2025
1 parent 3b16dc7 commit 75d757f
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 75d757f

Please sign in to comment.