Godot Version
4.5
Question
I am trying to make a button that appears as text with no background icon/graphic. I did so by going into the theme override > style > changing the ones I needed to stylebox empty, but I have an issue with the button’s clickable area. I want it to match the exact size of the text, but it seems Godot has a limit on how small you can make the clickable area of the button. So I was wondering how to make it small enough to match perfectly with the size of the text.