Changed look of Repost and Quote buttons
Changelog-Changed: Changed look of Repost and Quote buttons Closes: #1104
This commit is contained in:
committed by
William Casarin
parent
43017828e2
commit
0492a25633
@@ -120,7 +120,7 @@ struct EventActionBar: View {
|
||||
|
||||
if #available(iOS 16.0, *) {
|
||||
RepostAction(damus_state: self.damus_state, event: event)
|
||||
.presentationDetents([.height(300)])
|
||||
.presentationDetents([.height(220)])
|
||||
.presentationDragIndicator(.visible)
|
||||
} else {
|
||||
RepostAction(damus_state: self.damus_state, event: event)
|
||||
|
||||
Reference in New Issue
Block a user