From b7a2a1ac8bf199117e99c3d7a57a387a65f03b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 2 Mar 2022 17:19:22 +0100 Subject: [PATCH] MOBILE-3814 course: Change course index color --- .../features/course/components/course-index/course-index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/features/course/components/course-index/course-index.scss b/src/core/features/course/components/course-index/course-index.scss index 854d9c3a3..130cdf756 100644 --- a/src/core/features/course/components/course-index/course-index.scss +++ b/src/core/features/course/components/course-index/course-index.scss @@ -30,8 +30,7 @@ ion-item.core-course-index-all::part(native) { } ion-item.item.item-current { - --background: var(--primary); - --color: var(--primary-contrast); + --background: var(--primary-tint); border: 0; }