mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00
Add missing trailing padding to reaction summary view buttons
This commit is contained in:
parent
4a72ca1b08
commit
2354f4ff99
@ -50,7 +50,7 @@ struct ReactionsSummaryView: View {
|
||||
.id(reaction.key)
|
||||
}
|
||||
}
|
||||
.padding(.leading, 20)
|
||||
.padding(.horizontal, 20)
|
||||
.onAppear {
|
||||
scrollView.scrollTo(selectedReactionKey, anchor: .leading)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user