damus

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

commit b585e8c21ca8059a6dcf4e1012309ae2576bbd79
parent b14858b4b1f7ee3bab800cb710963c0027f4a362
Author: Joel Klabo <joelklabo@gmail.com>
Date:   Wed,  5 Apr 2023 10:18:46 -0700

Add Padding to Attachment Icons

Diffstat:
Mdamus/Views/PostView.swift | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/damus/Views/PostView.swift b/damus/Views/PostView.swift @@ -80,6 +80,7 @@ struct PostView: View { attach_media = true }, label: { Image(systemName: "photo") + .padding(6) }) } @@ -88,6 +89,7 @@ struct PostView: View { attach_camera = true }, label: { Image(systemName: "camera") + .padding(6) }) }