From fc2f408010277a3958edb5500aedfc990f28dd09 Mon Sep 17 00:00:00 2001 From: Omkar76 Date: Wed, 8 Nov 2023 23:03:55 +0530 Subject: [PATCH] Round the preset buttons. Fixes #6555 --- src/Components/Facility/Consultations/Feed.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Facility/Consultations/Feed.tsx b/src/Components/Facility/Consultations/Feed.tsx index 31691c736f4..3e147225094 100644 --- a/src/Components/Facility/Consultations/Feed.tsx +++ b/src/Components/Facility/Consultations/Feed.tsx @@ -446,9 +446,9 @@ export const Feed: React.FC = ({ consultationId, facilityId }) => { getCameraStatus({}); }} className={classNames( - "block border border-gray-500 px-4 py-2", + "block border border-gray-500 px-4 py-2 first:rounded-l last:rounded-r", currentPreset === preset - ? "rounded border-primary-500 bg-primary-500 text-white" + ? "border-primary-500 bg-primary-500 text-white" : "bg-transparent" )} >