diff --git a/web/src/components/EvidenceCard.tsx b/web/src/components/EvidenceCard.tsx index a455a3ece..0a328b29d 100644 --- a/web/src/components/EvidenceCard.tsx +++ b/web/src/components/EvidenceCard.tsx @@ -57,11 +57,12 @@ const IndexAndName = styled.div` display: flex; flex-direction: row; align-items: center; - gap: 6px; + gap: 5px; `; const Index = styled.p` display: inline-block; + color: ${({ theme }) => theme.secondaryText}; `; const StyledReactMarkdown = styled(ReactMarkdown)` @@ -230,7 +231,7 @@ const EvidenceCard: React.FC = ({ - #{index}: + #{index}.

{name}

{name && description ? {description} :

{evidence}

}