Skip to content

Commit

Permalink
smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Oct 22, 2023
1 parent e70f270 commit 2b10267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion damus/Views/Events/EventMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct EventMenuContext: View {
Menu {
MenuItems(event: event, keypair: keypair, target_pubkey: target_pubkey, bookmarks: bookmarks, muted_threads: muted_threads, settings: settings)
} label: {
Color.pink
Color.clear
}
// Hitbox frame size
.frame(width: 50, height: 35)
Expand Down

0 comments on commit 2b10267

Please sign in to comment.