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
|
attach_media = true
|
||||||
}, label: {
|
}, label: {
|
||||||
Image(systemName: "photo")
|
Image(systemName: "photo")
|
||||||
|
.padding(6)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -88,6 +89,7 @@ struct PostView: View {
|
|||||||
attach_camera = true
|
attach_camera = true
|
||||||
}, label: {
|
}, label: {
|
||||||
Image(systemName: "camera")
|
Image(systemName: "camera")
|
||||||
|
.padding(6)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user