From 2c6f2bb6e66c709c59546d23bce39bf5f0cc293a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 16 Mar 2022 12:52:47 +0100 Subject: [PATCH] MOBILE-3814 course: Fix dark mode issues on course index --- .../features/course/components/course-index/course-index.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 db08d3ad2..f4575ba22 100644 --- a/src/core/features/course/components/course-index/course-index.scss +++ b/src/core/features/course/components/course-index/course-index.scss @@ -18,6 +18,7 @@ ion-item.item { &.item-current { --background: var(--primary-tint); + --color: var(--gray-900); border: 0; } @@ -34,6 +35,7 @@ ion-item.item { &:hover { background: var(--primary-shade); + color: var(--gray-100); } } } @@ -43,7 +45,7 @@ ion-item.item { margin: 3px; border-radius: 50%; &:hover { - background: var(--gray-300); + background: var(--secondary); } }