From 81d6965ed431d1c7672e4d5c4d6c8cd8f5077267 Mon Sep 17 00:00:00 2001 From: JH713 Date: Thu, 4 Jan 2024 20:58:50 +0900 Subject: [PATCH] =?UTF-8?q?build:=20=EB=8B=A4=ED=81=AC=EB=AA=A8=EB=93=9C?= =?UTF-8?q?=20=20=EC=88=98=EC=A0=95=20=EA=B0=80=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project.swift | 3 +-- iBox/Sources/Presenter/MainTabBarController.swift | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.swift b/Project.swift index d32396e..97209e3 100644 --- a/Project.swift +++ b/Project.swift @@ -35,8 +35,7 @@ class iBoxFactory: ProjectFactory { ], ] ] - ], - "UIUserInterfaceStyle": "Light" + ] ] func generateTarget() -> [ProjectDescription.Target] {[ diff --git a/iBox/Sources/Presenter/MainTabBarController.swift b/iBox/Sources/Presenter/MainTabBarController.swift index 571cd94..7ffd765 100644 --- a/iBox/Sources/Presenter/MainTabBarController.swift +++ b/iBox/Sources/Presenter/MainTabBarController.swift @@ -24,6 +24,7 @@ class MainTabBarController: UITabBarController { setupViewController(viewController: MyPageViewController(), image: UIImage(systemName: "person.fill")) ] tabBar.tintColor = .box + tabBar.backgroundColor = .systemBackground } private func setupViewController(viewController: UIViewController, image: UIImage?) -> UIViewController {