mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-23 02:35:12 -05:00
feat: Shopping list UI overhaul - add label headings per category (#4235)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ from mealie.schema.response.pagination import PaginationBase
|
||||
|
||||
class MultiPurposeLabelCreate(MealieModel):
|
||||
name: str
|
||||
color: str = "#E0E0E0"
|
||||
color: str = "#959595"
|
||||
|
||||
|
||||
class MultiPurposeLabelSave(MultiPurposeLabelCreate):
|
||||
|
||||
Reference in New Issue
Block a user