Minor UI tweaks

pull/265/head
nielsandriesse 5 years ago
parent f8dc60d094
commit 713d6c65e3

@ -78,7 +78,7 @@ public final class ProfilePictureView : UIView {
let result = UIImageView()
result.layer.masksToBounds = true
result.backgroundColor = Colors.unimportant
result.layer.borderColor = Colors.border.cgColor
result.layer.borderColor = Colors.text.withAlphaComponent(0.35).cgColor
result.layer.borderWidth = Values.borderThickness
result.contentMode = .scaleAspectFit
return result

Loading…
Cancel
Save