Add Padding to Attachment Icons
This commit is contained in:
committed by
William Casarin
parent
b14858b4b1
commit
b585e8c21c
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user