ion-toggle : Reduce size of toggle button

Satyaki picture Satyaki · Jul 14, 2016 · Viewed 10.1k times · Source

Is there any way to reduce the size of ion-toggle button. The picture depicts my problem. Expection Vs. Current Implementation

Answer

Khristof Serov picture Khristof Serov · Apr 28, 2017

try this

ion-toggle {
  zoom: 0.8;
}