Can we resize the switch button?

0
I am trying put the switch button for my form , It automatically give me bigger size. I want to set it to small size how I fix it.
asked
1 answers
3

Hello Rushikesh,

 

You can do this by adding a CSS style with a fixed value for the width property.

You can inspect your page select the button and check from where this css is coming and there you need to change this proporty else try in button stsle section.

 

image.png

 

image.png

 

try with below

border-radius: 12px; width: 22px;height: 80px; margin: 0;

answered