Changed look of Repost and Quote buttons

Changelog-Changed: Changed look of Repost and Quote buttons
Closes: #1104
This commit is contained in:
ericholguin
2023-05-07 12:09:35 -06:00
committed by William Casarin
parent 43017828e2
commit 0492a25633
2 changed files with 33 additions and 28 deletions
+1 -1
View File
@@ -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)