From f8872b81c5daff94884eb1c556eb61f73e71dd28 Mon Sep 17 00:00:00 2001 From: carlossa Date: Mon, 4 Mar 2024 11:28:38 +0100 Subject: [PATCH] refs #6892 rename color --- src/components/ui/CardSummary.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index 95d2e049b..0631982fa 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -149,7 +149,7 @@ watch(props, async () => { position: absolute; left: 0; margin-left: 5px; - color: gray; + color: var(--vn-label); } } }