I'm creating some login buttons fopr my app to help my user access using apple, meta and google accounts. A just want to use the symbol of the login method without any text.
The issue is that just by removing the text and making the borders completely round does not make it a perfect circle. It is still slightly oval. Check it out:
When I "remove" the text even further by setting the buttons text font size to zero a get this:
...the background disappears like the icon is irrelevant for the background to be generated.
I was able to hack the button into a circular shape by making its height and and width 40px and adding 7px to the icons left padding, but this does not look like a sustainable method.
Does someone know how to make a appropriate round button?