Tint is breaking other tints

This commit is contained in:
Lumaa 2023-12-30 20:58:08 +01:00
parent 27a8d753be
commit 759c75d815
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ struct ThreadedApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.tint(Color(uiColor: .label))
.background(Color.appBackground)
.onAppear {
HapticManager.prepareHaptics()