gitbrent / bootstrap4-toggle

Bootstrap 4 Switch Button / Toggle
https://gitbrent.github.io/bootstrap4-toggle/
MIT License
213 stars 67 forks source link

Text size inside button is not upto scale, as displayed in demo #62

Open generalpy101 opened 3 years ago

generalpy101 commented 3 years ago

I am using bootstrap4-toggle with MDBootstrap v4.5. When I try to create toogle swith with following code : <input type="checkbox" checked data-toggle="toggle" data-on="View" data-off="Edit" data-onstyle="success" data-offstyle="danger" data-size="sm" />

Text size is not upto scale. It has the same problem in text size for normal or xs size. image Above is for sm size

image Above image is for xs size

image Normal size