Skip to content

Commit

Permalink
Merge pull request #712 from setchy/refactor/statistics-suppressed-color
Browse files Browse the repository at this point in the history
refactor(dashboard): use consistent color for suppressed
  • Loading branch information
nscuro authored Jan 28, 2024
2 parents a2b249b + 7a5558a commit 027d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
</Callout>
</b-col>
<b-col sm="6">
<Callout variant="info">
<Callout variant="warning">
<small class="text-muted">{{ $t('message.suppressed') }}</small><br>
<strong class="h4">{{suppressed}}</strong>
</Callout>
Expand Down

0 comments on commit 027d14c

Please sign in to comment.