Recipe edit UI polish

This commit is contained in:
VincentMeilinger
2024-03-05 08:39:06 +01:00
parent 597477544d
commit b5dbaad9aa
23 changed files with 337 additions and 341 deletions

View File

@@ -12,6 +12,9 @@ extension Color {
public static var nextcloudBlue: Color {
return Color("ncblue")
}
public static var nextcloudDarkBlue: Color {
return Color("ncdarkblue")
}
public static var backgroundHighlight: Color {
return Color("backgroundHighlight")
}