Skip to content

Commit

Permalink
Merge pull request #2049 from Shoaibdev7/Active-AI-Question-Does-Not-…
Browse files Browse the repository at this point in the history
…Turn-Blue

[AI Chat]: Active AI Question Does Not Turn Blue as per Figma Design
  • Loading branch information
Rassl authored Aug 15, 2024
2 parents 0bd5817 + c0f6487 commit 47dca39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/App/SideBar/AiSummary/AiQuestions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 47dca39

Please sign in to comment.