From b093769abffffd42ef7acaf9e501d5e359e3853c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 16 Apr 2024 13:34:57 +0200 Subject: [PATCH] Change solution text color in surveys Relates to MS-912 #complete --- client/src/styles/_solutions.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/styles/_solutions.scss b/client/src/styles/_solutions.scss index 515ef951..9ced3531 100644 --- a/client/src/styles/_solutions.scss +++ b/client/src/styles/_solutions.scss @@ -1,7 +1,6 @@ .solution-text { &__heading { @include heading-4; - color: $color-silver-dark; margin-bottom: $small-spacing; } @@ -16,7 +15,7 @@ } &__list-item { - @include inline-title; + @include regular-text; margin-bottom: $medium-spacing; } }