SocialLoginListView: Remove debug background.

This commit is contained in:
SBiOSoftWhare 2020-12-17 17:58:02 +01:00
parent 577a0ee980
commit f8bbcc48b3

View file

@ -55,8 +55,7 @@ final class SocialLoginListView: UIView, NibLoadable {
static func instantiate() -> SocialLoginListView {
let view = SocialLoginListView.loadFromNib()
view.theme = ThemeService.shared().theme
view.backgroundColor = .red
view.theme = ThemeService.shared().theme
return view
}