Browse Source

welcome screen respects darkmode

nayooti 5 years ago
parent
commit
d7ffd0daf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/WelcomeViewController.swift

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

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