Skip to content

Commit

Permalink
Merge pull request #1853 from sophieturner0/'More-on-this'-should-be-…
Browse files Browse the repository at this point in the history
…aligned

'More on this' should be aligned with the icon on side bar [ AI search ]
  • Loading branch information
Rassl authored Jul 23, 2024
2 parents 3b8e47b + 3df848a commit c948a42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/App/SideBar/AiSummary/AiQuestions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const _AiQuestions = ({ questions }: Props) => {
<div className="heading__icon">
<StackIcon />
</div>
<span>More on this</span>
<HeadingTitle>More on this</HeadingTitle>
</Heading>
<Flex>
{questions.map((i) => (
Expand Down Expand Up @@ -71,6 +71,10 @@ const Heading = styled(Flex)`
}
`

const HeadingTitle = styled.span`
margin-top: 1px;
`

const QuestionWrapper = styled(Flex)`
color: ${colors.GRAY3};
padding: 12px 0;
Expand Down

0 comments on commit c948a42

Please sign in to comment.