diff --git a/Sources/ProHUD/Core/Views/Button.swift b/Sources/ProHUD/Core/Views/Button.swift index a5cfa8a..e498b36 100644 --- a/Sources/ProHUD/Core/Views/Button.swift +++ b/Sources/ProHUD/Core/Views/Button.swift @@ -60,7 +60,7 @@ open class Button: UIButton { setTitleColor(textColor, for: .normal) backgroundColor = .none contentEdgeInsets.top = 0 - contentEdgeInsets.bottom = 4 + contentEdgeInsets.bottom = 0 } }