Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Fixes #2677 - Tracking protection has transparent top bar (#2693) (#2695
Browse files Browse the repository at this point in the history
)

Co-authored-by: Bogdan Cernea <bogdan.cernea@softvision.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit dd983e7)

Co-authored-by: Bogdan Cernea <47420700+bogdancernea28@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and bogdancernea28 committed Oct 25, 2021
1 parent 5808354 commit 9f449f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SheetModalViewController: UIViewController {

private lazy var containerView: UIView = {
let view = UIView()
view.backgroundColor = .clear
view.backgroundColor = .systemGroupedBackground
view.layer.cornerRadius = metrics.cornerRadius
view.layer.maskedCorners = [.layerMinXMinYCorner, .layerMaxXMinYCorner]
view.translatesAutoresizingMaskIntoConstraints = false
Expand Down

0 comments on commit 9f449f6

Please sign in to comment.