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")
|
.navigationTitle("Search")
|
||||||
.navigationSearchBar {
|
.navigationSearchBar {
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,7 @@ struct MagnetChoiceView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dynamicAccentColor(.primary)
|
||||||
.sheet(isPresented: $navModel.showLocalActivitySheet) {
|
.sheet(isPresented: $navModel.showLocalActivitySheet) {
|
||||||
if #available(iOS 16, *) {
|
if #available(iOS 16, *) {
|
||||||
AppActivityView(activityItems: navModel.activityItems)
|
AppActivityView(activityItems: navModel.activityItems)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue