Jelajahi Sumber

welcome screen respects darkmode

nayooti 5 tahun lalu
induk
melakukan
d7ffd0daf3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) {