Avoid tinting of the new icon

This commit is contained in:
ismailgulek
2020-09-08 13:57:19 +03:00
parent 3529e5d74f
commit 5b2262a248

View File

@@ -116,7 +116,6 @@ final class EnterPinCodeViewController: UIViewController {
}
self.informationLabel.textColor = theme.textPrimaryColor
self.inactiveLogoImageView.tintColor = theme.tintColor
updateThemesOfAllImages(in: placeholderStackView, with: theme)
updateThemesOfAllButtons(in: digitsStackView, with: theme)