restore bold font for unread items

This commit is contained in:
Athou
2024-01-01 10:10:05 +01:00
parent 7b1218ef1e
commit 99a7ede82d

View File

@@ -11,6 +11,7 @@ export function FeedEntryTitle(props: FeedEntryTitleProps) {
const keywords = search?.split(" ")
return (
<Highlight
inherit
highlight={keywords ?? ""}
// make sure ellipsis is shown when title is too long
span