Fix profile header follow button icon spacing

This commit is contained in:
Shadowfacts 2023-06-26 22:18:27 -07:00
parent a339884d1f
commit f825760fe9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class ProfileHeaderButton: UIButton {
var backgroundConfig = UIBackgroundConfiguration.clear()
backgroundConfig.visualEffect = UIBlurEffect(style: .systemThickMaterial)
config.background = backgroundConfig
config.imagePadding = 4
self.configuration = config
}