Skip to content

Commit

Permalink
Merge pull request #312 from perrystreetsoftware/v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets authored Jun 8, 2020
2 parents 57e8dff + 855a12a commit e3a9a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Views/ActionSheetPrimaryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ final class ActionSheetPrimaryView: UIView {
contentView.leadingAnchor.constraint(equalTo: parent.leadingAnchor),
contentView.trailingAnchor.constraint(equalTo: parent.trailingAnchor),
contentView.topAnchor.constraint(equalTo: parent.topAnchor, constant: topSpace),
contentView.bottomAnchor.constraint(equalTo: parent.bottomAnchor, constant: bottomSpace),
contentView.bottomAnchor.constraint(equalTo: parent.bottomAnchor, constant: -bottomSpace),
])
}

Expand Down

0 comments on commit e3a9a15

Please sign in to comment.