From c0f64870fbc1a3218b225f032381e4089d2d1f96 Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Thu, 15 Aug 2024 17:30:59 +0500 Subject: [PATCH] fix(ai-question): active ai question does not turn blue --- src/components/App/SideBar/AiSummary/AiQuestions/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/App/SideBar/AiSummary/AiQuestions/index.tsx b/src/components/App/SideBar/AiSummary/AiQuestions/index.tsx index 89eb75db2..87bfa3462 100644 --- a/src/components/App/SideBar/AiSummary/AiQuestions/index.tsx +++ b/src/components/App/SideBar/AiSummary/AiQuestions/index.tsx @@ -117,6 +117,13 @@ const QuestionWrapper = styled(Flex)` } } + &:active { + color: ${colors.SECONDARY_BLUE}; + .icon { + color: ${colors.SECONDARY_BLUE}; + } + } + .icon { font-size: 20px; color: ${colors.GRAY7};