SocialLoginListView: Remove debug background.

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

View file

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