diff --git a/Tusker/Screens/Utilities/CustomAlertController.swift b/Tusker/Screens/Utilities/CustomAlertController.swift index b5cd14bd..d13288ff 100644 --- a/Tusker/Screens/Utilities/CustomAlertController.swift +++ b/Tusker/Screens/Utilities/CustomAlertController.swift @@ -357,6 +357,7 @@ class CustomAlertActionButton: UIControl { titleView = UIStackView() titleView.axis = .horizontal titleView.spacing = 4 + titleView.alignment = .center if let title = action.title { let label = UILabel()