Consolidate icon style in settings tab (#750)

This commit is contained in:
Peter-Josef Meisch 2023-02-10 06:40:02 +01:00 committed by GitHub
parent 368b2b2c5e
commit 449c8ba2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ struct SettingsTabs: View {
Label("settings.general.remote-timelines", systemImage: "dot.radiowaves.right")
}
NavigationLink(destination: ContentSettingsView()) {
Label("settings.general.content", systemImage: "rectangle.fill.on.rectangle.fill")
Label("settings.general.content", systemImage: "rectangle.on.rectangle")
}
Link(destination: URL(string: UIApplication.openSettingsURLString)!) {
Label("settings.system", systemImage: "gear")