Both the buttons and the inputs are too large for what they're designed for.
This PR normalizes the difference between variants by making them more uniform.
It also makes it match more closely to BS4, BS5, Tailwind, Catalyst, etc.
I don't want to repeat everything that I've wrote in the v6 feedback, so kindly please have a read at: https://github.com/orgs/twbs/discussions/42138
Feel free to decline this PR if you believe the current defaults are fine.
* Adjust button input vertical padding
Since line-height is `1.5`, the `-y` padding should have stayed the same at `.375rem` (that totals to `2.25rem` (`36px`) plus the borders, it's `2.375rem` (`38px)).