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

Commit

Permalink
Addressed Feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Jan 8, 2020
1 parent 6db8248 commit acd81b7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ class TabLocationView: UIView {
switch secureContentState {
case .localHost:
lockImageView.isHidden = true
case .secure:
lockImageView.tintColor = #colorLiteral(red: 0.3764705882, green: 0.3843137255, blue: 0.4, alpha: 1)
case .insecure:
lockImageView.tintColor = .red
case .unknown:
case .secure, .unknown:
lockImageView.tintColor = #colorLiteral(red: 0.3764705882, green: 0.3843137255, blue: 0.4, alpha: 1)
}
}
Expand Down

0 comments on commit acd81b7

Please sign in to comment.