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); } } }