forked from shadowfacts/Tusker
Fix profile header follow button icon spacing
This commit is contained in:
parent
a339884d1f
commit
f825760fe9
|
@ -19,6 +19,7 @@ class ProfileHeaderButton: UIButton {
|
||||||
var backgroundConfig = UIBackgroundConfiguration.clear()
|
var backgroundConfig = UIBackgroundConfiguration.clear()
|
||||||
backgroundConfig.visualEffect = UIBlurEffect(style: .systemThickMaterial)
|
backgroundConfig.visualEffect = UIBlurEffect(style: .systemThickMaterial)
|
||||||
config.background = backgroundConfig
|
config.background = backgroundConfig
|
||||||
|
config.imagePadding = 4
|
||||||
self.configuration = config
|
self.configuration = config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue