From 5d0a6e752f051ccfaff0918ccd3ee9c285a2bb44 Mon Sep 17 00:00:00 2001 From: Volteee Date: Thu, 6 Nov 2025 00:34:20 +0300 Subject: [PATCH] Fixed SectionFooter text color --- .../Section/components/SectionFooter/SectionFooter.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Blocks/Section/components/SectionFooter/SectionFooter.module.css b/src/components/Blocks/Section/components/SectionFooter/SectionFooter.module.css index 7ed9afda..700cfe11 100644 --- a/src/components/Blocks/Section/components/SectionFooter/SectionFooter.module.css +++ b/src/components/Blocks/Section/components/SectionFooter/SectionFooter.module.css @@ -16,5 +16,5 @@ } .text { - color: var(--tgui--section_header_text_color); + color: var(--tgui--hint_color); }