Skip to content

Commit

Permalink
refactor(dashboard): use consistent color for suppressed
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Jan 28, 2024
1 parent a2b7ce2 commit 7a5558a
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 7a5558a

Please sign in to comment.