diff --git a/LeCountdown/LeCountdownApp.swift b/LeCountdown/LeCountdownApp.swift index 4217ab1..77d9380 100644 --- a/LeCountdown/LeCountdownApp.swift +++ b/LeCountdown/LeCountdownApp.swift @@ -20,6 +20,10 @@ struct LeCountdownApp: App { @UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate + init() { + UITabBar.appearance().backgroundColor = UIColor(white: 0.96, alpha: 1.0) + } + var body: some Scene { WindowGroup { TabView {