Added category 'All' recipes

This commit is contained in:
Vicnet
2023-10-22 20:28:51 +02:00
parent 05c30a2cff
commit 8f32946e27
17 changed files with 574 additions and 243 deletions

View File

@@ -15,4 +15,7 @@ extension Color {
public static var backgroundHighlight: Color {
return Color("backgroundHighlight")
}
public static var background: Color {
return Color(UIColor.systemBackground)
}
}