Fix link actions view done button color

This commit is contained in:
Skitty 2022-09-04 14:56:49 -05:00 committed by Brian Dashore
parent 4e149814a3
commit ff1fef85b0
2 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,6 @@ struct ContentView: View {
}
}
}
.dynamicAccentColor(.primary)
}
.navigationTitle("Search")
.navigationSearchBar {

View file

@ -88,6 +88,7 @@ struct MagnetChoiceView: View {
}
}
}
.dynamicAccentColor(.primary)
.sheet(isPresented: $navModel.showLocalActivitySheet) {
if #available(iOS 16, *) {
AppActivityView(activityItems: navModel.activityItems)