1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-23 15:19:41 +02: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:
Cody 2024-09-24 09:29:06 -05:00 committed by GitHub
parent d1e3b64a19
commit 04dc593b16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 10 deletions

View file

@ -232,7 +232,7 @@ export default defineComponent({
editLabel.value = item;
if (!editLabel.value.color) {
editLabel.value.color = "#E0E0E0";
editLabel.value.color = "#959595";
}
}