Fix custom alert action icon getting squished when Dynamic Type is on

Closes #254
This commit is contained in:
Shadowfacts 2022-11-20 14:12:00 -05:00
parent 810ae71832
commit fb2c9b341c
1 changed files with 1 additions and 0 deletions

View File

@ -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()