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); }