Skip to content

Commit

Permalink
Use the same background has system alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Mar 4, 2019
1 parent 6f2d016 commit 16afe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WSPopupViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public class WSPopupViewController: WSScrollViewController {
}

private func restoreAnimatedProperties() {
view.backgroundColor = UIColor(red: 0, green: 0, blue: 0, alpha: 0.3)
view.backgroundColor = UIColor(red: 0, green: 0, blue: 0, alpha: 0.4)
popupView.alpha = 1
scrollView.contentInset = .zero
}
Expand Down

0 comments on commit 16afe04

Please sign in to comment.