commit 8fe86115270c28beb8f360cb0314f36ae44f739c
parent 41f692a0c49b745d977e7ee7f27d33e6df6c7412
Author: William Casarin <jb55@jb55.com>
Date: Mon, 3 Apr 2023 15:43:14 -0700
Add missing padding on notifications view
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/damus/Views/Notifications/EventGroupView.swift b/damus/Views/Notifications/EventGroupView.swift
@@ -214,6 +214,7 @@ struct EventGroupView: View {
GroupDescription
EventBody(damus_state: state, event: event, size: .normal, options: [])
.padding([.top], 1)
+ .padding([.trailing])
.foregroundColor(.gray)
}
}