Custom theme headache, can I edit/remove this dropshadow on SpinBox?

Godot Version

4.6

Question

I’m trying to learn to about theme customization to some degree, and for the life of me I can’t find anything about how this dropshadow is defined on SpinBox controls. I’d like to just completely remove the darker line along the bottom of the box.

Ah, I just realized its under LineEdit StyleBoxFlat→”Border Width”→“Bottom” settings. I figured it was inherited from LineEdit somehow but didn’t know it would directly apply changes from the LineEdit theme if I changed them.