Commit bc254287 by Orkhan Alikhanov

Added missing corner radius for dialog buttons

parent 037ec0ee
...@@ -306,6 +306,7 @@ private extension DialogView { ...@@ -306,6 +306,7 @@ private extension DialogView {
buttonArea.addSubview($0) buttonArea.addSubview($0)
$0.titleLabel?.font = RobotoFont.medium(with: 14) $0.titleLabel?.font = RobotoFont.medium(with: 14)
$0.contentEdgeInsets = Constants.button.insets $0.contentEdgeInsets = Constants.button.insets
$0.cornerRadiusPreset = .cornerRadius1
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment