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(" ") const keywords = search?.split(" ")
return ( return (
<Highlight <Highlight
inherit
highlight={keywords ?? ""} highlight={keywords ?? ""}
// make sure ellipsis is shown when title is too long // make sure ellipsis is shown when title is too long
span span