From b27cfef2673637d49b291f75ed9feb7942acda86 Mon Sep 17 00:00:00 2001 From: carlosjr Date: Wed, 12 Jan 2022 16:53:45 +0100 Subject: [PATCH] .text-secundary is now $color-font-light --- front/core/styles/text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/core/styles/text.scss b/front/core/styles/text.scss index 751a5594b..701a84d05 100644 --- a/front/core/styles/text.scss +++ b/front/core/styles/text.scss @@ -51,7 +51,7 @@ h1, h2, h3, h4, h5, h6 { color: $color-main; } .text-secondary { - color: $color-font-secondary; + color: $color-font-light; } /* Helpers */ -- 2.40.1