Add more button colors, icon style for small buttons

Plus tag icon for the tag buttons
This commit is contained in:
Râu Cao
2023-01-13 15:35:22 +08:00
parent 138cec0389
commit 1095bf0218
3 changed files with 38 additions and 14 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
</p>
<p class="tags">
{{#each expense.tags as |tag|}}
<button class="small" role="none">{{tag}}</button>
<button class="small yellow" role="none">
<IconTag />{{tag}}
</button>
{{/each}}
</p>
{{#if this.showDeleteButton}}