Adds accentColor to toggle
This commit is contained in:
parent
e3a221befd
commit
3610f71ac2
|
@ -101,6 +101,7 @@ struct SettingsView: View {
|
|||
}
|
||||
}
|
||||
Toggle("Confirm When Deleting", isOn: $settings.sidebarConfirmDelete)
|
||||
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
|
||||
})
|
||||
.alert(isPresented: $feedsSettingsModel.showError) {
|
||||
Alert(
|
||||
|
|
Loading…
Reference in New Issue