Add more button colors, icon style for small buttons
Plus tag icon for the tag buttons
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user