Skip to content

Commit

Permalink
fix(ai-question): active ai question does not turn blue
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Aug 15, 2024
1 parent 6e37170 commit c0f6487
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 c0f6487

Please sign in to comment.