diff --git a/Tusker/Views/Profile Header/ProfileHeaderButton.swift b/Tusker/Views/Profile Header/ProfileHeaderButton.swift index 6d0c09a7..2a2d7012 100644 --- a/Tusker/Views/Profile Header/ProfileHeaderButton.swift +++ b/Tusker/Views/Profile Header/ProfileHeaderButton.swift @@ -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 }