Skip to content

Commit

Permalink
Change tag color to indigo
Browse files Browse the repository at this point in the history
  • Loading branch information
iandk authored Mar 14, 2021
1 parent 5cc0f79 commit b4011d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/view/component/list.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</td>
<td class="px-6 py-6 ">
<div class="text-sm text-gray-600">
<div v-for="tag in filterTags(host.tags)" class="inline-flex items-center px-2 py-0.5 rounded text-xs font-semibold bg-pink-100 text-pink-800 m-1">
<div v-for="tag in filterTags(host.tags)" class="inline-flex items-center px-2 py-0.5 rounded text-xs font-semibold bg-indigo-100 text-indigo-800 m-1">
{{ tag }}
</div>
<div v-if="host.tags === 'undefined' || host.tags === 'null' || !host.tags" class="inline-flex items-center px-2 py-0.5 rounded text-xs font-medium border border-dashed border-gray-300 text-gray-300 m-1">
Expand Down

0 comments on commit b4011d4

Please sign in to comment.