damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 8c37c8f008c4752a50a9ea0b67118f467b974d96
parent 74dbbcf1a21609c6514528d36604f087f3639673
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 27 Mar 2023 12:16:39 -0400

Add some padding to the ReplyView

Diffstat:
Mdamus/Views/ReplyView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/Views/ReplyView.swift b/damus/Views/ReplyView.swift @@ -60,6 +60,7 @@ struct ReplyView: View { } } } + .padding() .onAppear { references = gather_reply_ids(our_pubkey: damus.pubkey, from: replying_to) originalReferences = references