mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Adds accentColor to toggle
This commit is contained in:
@@ -101,6 +101,7 @@ struct SettingsView: View {
|
||||
}
|
||||
}
|
||||
Toggle("Confirm When Deleting", isOn: $settings.sidebarConfirmDelete)
|
||||
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
|
||||
})
|
||||
.alert(isPresented: $feedsSettingsModel.showError) {
|
||||
Alert(
|
||||
|
||||
Reference in New Issue
Block a user