Tint is breaking other tints
This commit is contained in:
parent
27a8d753be
commit
759c75d815
|
@ -7,7 +7,6 @@ struct ThreadedApp: App {
|
|||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
.tint(Color(uiColor: .label))
|
||||
.background(Color.appBackground)
|
||||
.onAppear {
|
||||
HapticManager.prepareHaptics()
|
||||
|
|
Loading…
Reference in New Issue