From 2026e23253b059d9e2e309e9afde4b40c92ab448 Mon Sep 17 00:00:00 2001 From: Vishal Joshi Date: Fri, 28 Feb 2025 11:30:06 +0530 Subject: [PATCH] Removed the extra color class from symptoms list --- src/components/Patient/symptoms/list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Patient/symptoms/list.tsx b/src/components/Patient/symptoms/list.tsx index 4b5d9d3a0f0..c22033bbee9 100644 --- a/src/components/Patient/symptoms/list.tsx +++ b/src/components/Patient/symptoms/list.tsx @@ -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")}