From ccb150b188334ec836bdf6c1903b67d94778bf43 Mon Sep 17 00:00:00 2001 From: Vivek Vishal Date: Fri, 26 Apr 2024 15:47:09 +0530 Subject: [PATCH] chore Signed-off-by: Vivek Vishal --- site/src/components/Faq/faqSection.style.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/src/components/Faq/faqSection.style.js b/site/src/components/Faq/faqSection.style.js index a746724..f984dab 100644 --- a/site/src/components/Faq/faqSection.style.js +++ b/site/src/components/Faq/faqSection.style.js @@ -45,11 +45,10 @@ const FaqSectionWrapper = styled.section` .markdown { text-align: left; - color: rgb(250, 250, 250); + color: ${({ theme }) => theme.text}; font-size: 16px; p { margin: 1rem 0; - color: rgb(250, 250, 250); } } } @@ -114,7 +113,7 @@ const FaqSectionWrapper = styled.section` .accordion__item { .accordion__header { h5 { - font-size: 13px; + font-size: 15px; line-height: 21px; padding-right: 1.6rem; }