Skip to content

Commit 38d371e

Browse files
authored
Merge branch 'main' into highl
2 parents 015d007 + a3dd806 commit 38d371e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/content/highlights/components/SummaryPopup/HighlightListElement.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export const HighlightContentWrapper = styled.div`
5252
}
5353
5454
.highlight-note-text {
55-
color: ${style.focused};
55+
color: ${theme.color.neutral.foreground};
56+
font-weight: bold;
5657
}
5758
`;
5859
}}

0 commit comments

Comments
 (0)