Fix link actions view done button color
This commit is contained in:
parent
4e149814a3
commit
ff1fef85b0
2 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ struct ContentView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.dynamicAccentColor(.primary)
|
||||
}
|
||||
.navigationTitle("Search")
|
||||
.navigationSearchBar {
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ struct MagnetChoiceView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.dynamicAccentColor(.primary)
|
||||
.sheet(isPresented: $navModel.showLocalActivitySheet) {
|
||||
if #available(iOS 16, *) {
|
||||
AppActivityView(activityItems: navModel.activityItems)
|
||||
|
|
|
|||
Loading…
Reference in a new issue