Explorar o código

welcome screen respects darkmode

nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
d7ffd0daf3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {