From f825760fe93d6db6ef6de2a670996a8a9075b23c Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 26 Jun 2023 22:18:27 -0700 Subject: [PATCH] Fix profile header follow button icon spacing --- Tusker/Views/Profile Header/ProfileHeaderButton.swift | 1 + 1 file changed, 1 insertion(+) 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 }