From a0894c5f69c1cfac3a02f4018579d566806508f7 Mon Sep 17 00:00:00 2001 From: Bhavik Agarwal <73033511+Bhavik-ag@users.noreply.github.com> Date: Fri, 26 May 2023 17:40:51 +0530 Subject: [PATCH] Added tooltip on occupancy chip in facility card (#5539) * Added tooltip on occupancy chip * nihal said to make it placed right, so... here it is * fix clipping in mobile --------- Co-authored-by: Rithvik Nishad --- src/Components/Facility/FacilityCard.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Components/Facility/FacilityCard.tsx b/src/Components/Facility/FacilityCard.tsx index 7203d430225..ae256986d25 100644 --- a/src/Components/Facility/FacilityCard.tsx +++ b/src/Components/Facility/FacilityCard.tsx @@ -47,7 +47,7 @@ export const FacilityCard = (props: { facility: any; userType: any }) => { return (
-
+
{
0.85 ? "bg-red-500 button-danger-border" : "bg-primary-100 button-primary-border" }`} > - {" "} + + Live Patients / Total beds + {" "} 0.85