Fix tint color

This commit is contained in:
Niels Andriesse 2020-12-16 14:28:14 +11:00
parent b64f316b39
commit 45f85e3d64
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ final class KeyPairMigrationSheet : Sheet {
override func populateContentView() {
// Image view
let imageView = UIImageView(image: #imageLiteral(resourceName: "Shield"))
let imageView = UIImageView(image: #imageLiteral(resourceName: "Shield").withTint(Colors.text))
imageView.set(.width, to: 64)
imageView.set(.height, to: 64)
imageView.contentMode = .scaleAspectFit