Pārlūkot izejas kodu

welcome screen respects darkmode

nayooti 5 gadi atpakaļ
vecāks
revīzija
d7ffd0daf3

+ 1 - 1
deltachat-ios/Controller/WelcomeViewController.swift

@@ -184,7 +184,7 @@ class WelcomeContentView: UIView {
     init() {
     init() {
         super.init(frame: .zero)
         super.init(frame: .zero)
         setupSubviews()
         setupSubviews()
-        backgroundColor = .white
+        backgroundColor = DcColors.defaultBackgroundColor
     }
     }
 
 
     required init?(coder: NSCoder) {
     required init?(coder: NSCoder) {