Spacing between title and image

This commit is contained in:
Jackson Harper 2023-07-14 17:09:57 +08:00
parent d96a8ca95c
commit ccff1f421f

View file

@ -26,7 +26,7 @@ public struct LibraryItemCard: View {
public var body: some View {
VStack {
HStack(alignment: .top, spacing: 0) {
HStack(alignment: .top, spacing: 10) {
articleInfo
imageBox
}