diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index 1a4514ef5..f99fcd412 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -135,6 +135,9 @@ async function fetch() { box-shadow: none; .vn-label-value { + &.negative > .value span { + color: $alert; + } display: flex; flex-direction: row; margin-top: 2px;