Fix app wide accent color
This commit is contained in:
committed by
Stefan Ceriu
parent
9dddfaea79
commit
e8d71df2a0
@@ -35,7 +35,7 @@ struct Application: App {
|
||||
EmptyView()
|
||||
} else {
|
||||
applicationCoordinator.toPresentable()
|
||||
.tint(.element.accent)
|
||||
.accentColor(.element.accent)
|
||||
.task {
|
||||
applicationCoordinator.start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user