Skip to content

Commit

Permalink
Removed the extra color class from symptoms list
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaljoshi789 committed Feb 28, 2025
1 parent 05744c6 commit 2026e23
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 2026e23

Please sign in to comment.