Download function for all recipes or recipes in a certain category

This commit is contained in:
Vicnet
2023-09-19 09:39:08 +02:00
parent 5fdfed9413
commit 4350cad1e0
6 changed files with 99 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ struct CategoryCardView: View {
Text(category.name)
.font(.headline)
)
.frame(maxHeight: 30)
.frame(maxHeight: 25)
}
)
.clipShape(RoundedRectangle(cornerRadius: 10))