Просмотр исходного кода

welcome screen respects darkmode

nayooti 5 лет назад
Родитель
Сommit
d7ffd0daf3
1 измененных файлов с 1 добавлено и 1 удалено
  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) {