Browse Source

like: increase boop intensity

Changelog-Changed: Increase like boop intensity
post-button-style
William Casarin 2 years ago
parent
commit
a7aee616c7
  1. 2
      damus/Views/EventActionBar.swift

2
damus/Views/EventActionBar.swift

@ -21,7 +21,7 @@ enum ActionBarSheet: Identifiable {
struct EventActionBar: View {
let damus_state: DamusState
let event: NostrEvent
let generator = UIImpactFeedbackGenerator(style: .light)
let generator = UIImpactFeedbackGenerator(style: .medium)
@State var sheet: ActionBarSheet? = nil
@State var confirm_boost: Bool = false
@StateObject var bar: ActionBarModel

Loading…
Cancel
Save