Skip to content

Commit 1a433fc

Browse files
committed
Fix: IntroView 배경 색상 변경
1 parent 5ada4e3 commit 1a433fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Projects/Presentation/Sources/Login/View/IntroViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public final class IntroViewController: BaseViewController<IntroViewModel> {
8989

9090
override func configureLayout() {
9191
let safeArea = view.safeAreaLayoutGuide
92-
view.backgroundColor = .systemBackground
92+
view.backgroundColor = BitnagilColor.gray99
9393
navigationController?.setNavigationBarHidden(true, animated: false)
9494

9595
view.addSubview(introLabel)

0 commit comments

Comments
 (0)