We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ada4e3 commit 1a433fcCopy full SHA for 1a433fc
1 file changed
Projects/Presentation/Sources/Login/View/IntroViewController.swift
@@ -89,7 +89,7 @@ public final class IntroViewController: BaseViewController<IntroViewModel> {
89
90
override func configureLayout() {
91
let safeArea = view.safeAreaLayoutGuide
92
- view.backgroundColor = .systemBackground
+ view.backgroundColor = BitnagilColor.gray99
93
navigationController?.setNavigationBarHidden(true, animated: false)
94
95
view.addSubview(introLabel)
0 commit comments