1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

Feature/move label editor (#1069)

* update default color

* move labels editor
This commit is contained in:
Hayden 2022-03-19 11:31:17 -08:00 committed by GitHub
parent 8c0c8be659
commit 8f569509bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 212 additions and 281 deletions

View file

@ -6,7 +6,7 @@ from pydantic import UUID4
class MultiPurposeLabelCreate(CamelModel):
name: str
color: str = ""
color: str = "#E0E0E0"
class MultiPurposeLabelSave(MultiPurposeLabelCreate):