mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-28 11:33:12 -05:00
ui color/theme improvement
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<h2 class="mt-4">Categories</h2>
|
||||
<v-chip
|
||||
class="ma-1"
|
||||
color="primary"
|
||||
color="accent"
|
||||
dark
|
||||
v-for="category in categories"
|
||||
:key="category"
|
||||
@@ -63,7 +63,7 @@
|
||||
<h2 class="mt-4">Tags</h2>
|
||||
<v-chip
|
||||
class="ma-1"
|
||||
color="primary"
|
||||
color="accent"
|
||||
dark
|
||||
v-for="tag in tags"
|
||||
:key="tag"
|
||||
|
||||
Reference in New Issue
Block a user