Skip to content

Commit

Permalink
Use consistent colours for unreviewed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 16, 2024
1 parent 21f5733 commit 49d31e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/KnownProducts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div v-if="product.unacceptable_packages > 0" class="cavil-bad-badge badge text-bg-danger">
{{ product.unacceptable_packages }}
</div>
<div v-if="product.new_packages > 0" class="badge text-bg-warning">
<div v-if="product.new_packages > 0" class="badge text-bg-secondary">
{{ product.new_packages }}
</div>
</td>
Expand Down

0 comments on commit 49d31e3

Please sign in to comment.