Remove profile picture borders

pull/359/head
Niels Andriesse 5 years ago
parent 205ff8a660
commit 0283180cf2

@ -139,8 +139,6 @@ public final class ProfilePictureView : UIView {
let result = UIImageView() let result = UIImageView()
result.layer.masksToBounds = true result.layer.masksToBounds = true
result.backgroundColor = Colors.unimportant result.backgroundColor = Colors.unimportant
result.layer.borderColor = Colors.text.withAlphaComponent(0.35).cgColor
result.layer.borderWidth = 1
result.contentMode = .scaleAspectFit result.contentMode = .scaleAspectFit
return result return result
} }

Loading…
Cancel
Save