Tinted the navigation view in the ContentView view as red for the app target.

This commit is contained in:
Javier Cicchelli 2022-12-15 23:39:08 +01:00
parent 1f1d7fa592
commit 74b40ae5c3
2 changed files with 1 additions and 2 deletions

View File

@ -91,6 +91,7 @@ private extension ContentView {
login: login
)
}
.tint(.red)
} else {
EmptyView()
}

View File

@ -61,7 +61,6 @@ struct BrowseToolbar: ToolbarContent {
.resizable()
.scaledToFit()
.frame(width: 24, height: 24)
.tint(.red)
}
}
}
@ -81,7 +80,6 @@ struct BrowseToolbar: ToolbarContent {
.resizable()
.scaledToFit()
.frame(width: 24, height: 24)
.tint(.red)
}
}
}