From 37cb6c6e64b2ab5607343004000a1c20a13cb6fd Mon Sep 17 00:00:00 2001 From: Ananddubey01 Date: Thu, 23 Mar 2023 14:39:37 +0530 Subject: [PATCH] fixed border radius issue in switch --- .../Collections/CollectionShare/publicShare/switch.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Collections/CollectionShare/publicShare/switch.tsx b/src/components/Collections/CollectionShare/publicShare/switch.tsx index 1f4daa2bb..3dd92a393 100644 --- a/src/components/Collections/CollectionShare/publicShare/switch.tsx +++ b/src/components/Collections/CollectionShare/publicShare/switch.tsx @@ -11,6 +11,7 @@ const PublicShareSwitch = styled((props: SwitchProps) => ( width: 40, height: 24, padding: 0, + borderRadius: 8, '& .MuiSwitch-switchBase': { padding: 0, margin: 2,