Hello I\'m trying to increase the size of a custom-control custom-switch element only with css but it\'s not working.
My custom-switch now is the default size like
To simply change the size, I think one can scale on the custom-control-input class.
custom-control-input
.custom-control-input { transform: scale(1.4); }