From e58b39c1985c69a338feb413c9486b059430584a Mon Sep 17 00:00:00 2001 From: JGZ_YES Date: Wed, 12 Aug 2026 13:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20ContentView:=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E4=B8=8D=E5=85=BC=E5=AE=B9=E7=9A=84=20toolbarBackgrou?= =?UTF-8?q?nd=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AreYouSleeping/Views/ContentView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/AreYouSleeping/Views/ContentView.swift b/AreYouSleeping/Views/ContentView.swift index 2f345b7..66611c6 100644 --- a/AreYouSleeping/Views/ContentView.swift +++ b/AreYouSleeping/Views/ContentView.swift @@ -37,7 +37,6 @@ struct ContentView: View { .tag(2) } .tint(.blue) - .toolbarBackground(.ultraThinMaterial, for: .tabBar) } } }