fixed border radius issue in switch

This commit is contained in:
Ananddubey01 2023-03-23 14:39:37 +05:30
parent 057f1fe7a6
commit 37cb6c6e64

View file

@ -11,6 +11,7 @@ const PublicShareSwitch = styled((props: SwitchProps) => (
width: 40,
height: 24,
padding: 0,
borderRadius: 8,
'& .MuiSwitch-switchBase': {
padding: 0,
margin: 2,