From 0a985ef10e3306457c9e6cdd21cfd0b4a7354a9c Mon Sep 17 00:00:00 2001 From: Pranshu1902 Date: Sun, 3 Jul 2022 15:32:13 +0530 Subject: [PATCH] added strong colors for data --- .../Facility/ConsultationDetails.tsx | 10 ++--- .../Consultations/NeurologicalTables.tsx | 42 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/Components/Facility/ConsultationDetails.tsx b/src/Components/Facility/ConsultationDetails.tsx index eb598676b5..c2b4658569 100644 --- a/src/Components/Facility/ConsultationDetails.tsx +++ b/src/Components/Facility/ConsultationDetails.tsx @@ -906,13 +906,13 @@ export const ConsultationDetails = (props: any) => { - - - @@ -924,10 +924,10 @@ export const ConsultationDetails = (props: any) => { - - diff --git a/src/Components/Facility/Consultations/NeurologicalTables.tsx b/src/Components/Facility/Consultations/NeurologicalTables.tsx index ad77b5098d..9ebed78bf5 100644 --- a/src/Components/Facility/Consultations/NeurologicalTables.tsx +++ b/src/Components/Facility/Consultations/NeurologicalTables.tsx @@ -18,13 +18,13 @@ const DataTable = (props: any) => {
{title}
-
+
Time
-
+
Left
-
+
Right
@@ -38,13 +38,13 @@ const DataTable = (props: any) => { key={`${title}_${i}`} className="flex flex-col divide-x divide-gray-200" > -
+
{x.date}
-
+
{x.left}
-
+
{x.right}
@@ -67,7 +67,7 @@ const DataDescription = (props: any) => { {data.length ? ( data.map((x: any, i: any) => (
-
{`- ${x.date}`}
+
{`- ${x.date}`}
Left: {x.left} @@ -79,7 +79,7 @@ const DataDescription = (props: any) => {
)) ) : ( -
+
No Data Available!
)} @@ -306,10 +306,10 @@ export const NeurologicalTable = (props: any) => { key={`loc_${i}`} className="flex flex-col min-w-max-content divide-x divide-gray-200" > -
+
{x.date}
-
+
{x.loc}
@@ -329,7 +329,7 @@ export const NeurologicalTable = (props: any) => {
)) ) : ( -
+
No Data Available!
)} @@ -360,19 +360,19 @@ export const NeurologicalTable = (props: any) => {
-
+
Time
-
+
Eye
-
+
Verbal
-
+
Motor
-
+
Total
@@ -386,19 +386,19 @@ export const NeurologicalTable = (props: any) => { key={`glascow_${i}`} className="flex flex-col divide-x divide-gray-200" > -
+
{x.date}
-
+
{x.eye}
-
+
{x.verbal}
-
+
{x.motor}
-
+
{x.total}
+ Medicine + Dosage + Days
{med.medicine} + {med.dosage} + {med.days}