Skip to content

Commit

Permalink
restore bold font for unread items
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Jan 1, 2024
1 parent 7b1218e commit 99a7ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commafeed-client/src/components/content/FeedEntryTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99a7ede

Please sign in to comment.