Download function for all recipes or recipes in a certain category
This commit is contained in:
@@ -26,7 +26,7 @@ struct CategoryCardView: View {
|
||||
Text(category.name)
|
||||
.font(.headline)
|
||||
)
|
||||
.frame(maxHeight: 30)
|
||||
.frame(maxHeight: 25)
|
||||
}
|
||||
)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 10))
|
||||
|
||||
Reference in New Issue
Block a user