From 8e98690fec33b2f43e572e818ca77c68859c4386 Mon Sep 17 00:00:00 2001 From: jerem Date: Tue, 4 Feb 2025 16:40:40 +0100 Subject: [PATCH] =?UTF-8?q?fix(students-card):=20mise=20=C3=A0=20jour=20de?= =?UTF-8?q?s=20couleurs.=20Pb=20=20labels=20en=20darkmode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/cards/students-card-with-trend/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/cards/students-card-with-trend/style.scss b/client/src/components/cards/students-card-with-trend/style.scss index e2c21d5b..aad5279f 100644 --- a/client/src/components/cards/students-card-with-trend/style.scss +++ b/client/src/components/cards/students-card-with-trend/style.scss @@ -1,6 +1,6 @@ .student-card-with-trend { .key-number { - color: var(--text-default-grey); + color: var(--label-color) !important; font-size: 2.5rem; font-style: normal; font-weight: 500; @@ -8,9 +8,9 @@ } .students-label { + color: var(--label-color) !important; font-size: 0.9rem; font-weight: 700; - color: var(--text-default-grey); display: inline-block; padding: 0; padding-bottom: 10px;