From 903e62f6ebcec24c58cef76ac682371a322155c4 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 2 Feb 2023 17:47:01 +0100 Subject: [PATCH] UI update --- LeCountdown/LeCountdownApp.swift | 4 ++++ 1 file changed, 4 insertions(+) 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 {