Skip to content

Commit a3dd806

Browse files
authored
set default color and bold to note text (#2581)
1 parent 9b89c1a commit a3dd806

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)