Tinted the navigation view in the ContentView view as red for the app target.
This commit is contained in:
parent
1f1d7fa592
commit
74b40ae5c3
@ -91,6 +91,7 @@ private extension ContentView {
|
||||
login: login
|
||||
)
|
||||
}
|
||||
.tint(.red)
|
||||
} else {
|
||||
EmptyView()
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user