Open piyush0506 opened 4 years ago
Just go to the implementation file and update this
const iconSize = parseInt(size * 1.1, 10); <------- UPDATE HERE, Change this to -> const iconSize = size;
Yes it works, but it's not permanent solution, once we run npm install / yarn install, our changes would be vanished. Looking for a permanent solution or any prop in it
+1
Multiply the size by 1.1 does the icon greater than the checkbox itself. If it was smaller like 0.75 it would be more suitable.
Yan can use patch-package to make the changes in the implementation file permanent.
Why can't this be fixed permanently in the package?
I'm using the example code something like this:
It looks something like this:
Icon is not aligned in center
Using following dependancies:
Anyone else having the solution?