Skip to content

Commit

Permalink
fix(ai-sources): sources title not bolded and incorrect gap
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Aug 14, 2024
1 parent ba7970b commit 01bb326
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/App/SideBar/AiSummary/AiSources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,20 @@ const Heading = styled(Flex)`
.heading__count {
font-weight: 400;
color: ${colors.GRAY7};
margin-left: 16px;
margin-left: 12px;
line-height: 32px;
text-align: left;
margin-bottom: 4px;
}
.tittle {
margin-bottom: 4px;
font-size: 14px;
font-weight: 400;
font-weight: 600;
font-family: Barlow;
line-height: 32px;
text-align: left;
color: ${colors.white};
}
}
`
Expand Down

0 comments on commit 01bb326

Please sign in to comment.