After merging #7851, which drops support for iOS 14, there are a few new warnings related to the new way of styling UIButton (see wwdc21-10064).
Xcode will complain when trying to set contentEdgeInsets, titleEdgeInsets, imageEdgeInsets directly.
We should be using UIButtonConfiguration instead, which might also simplify how we apply our common styles to buttons.