Merge branch 'dev' into refactoring

This commit is contained in:
Niels Andriesse 2021-03-01 09:37:17 +11:00
commit a8d0952278
1 changed files with 0 additions and 2 deletions

View File

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