Skip to content

Commit 5d53148

Browse files
committed
fix: update title styling in list item template for better visibility, fixed #3634
Signed-off-by: Innei <[email protected]>
1 parent 450b759 commit 5d53148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/layer/renderer/src/modules/entry-column/templates/list-item-template.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export function ListItem({
156156
>
157157
{entry.entries.title ? (
158158
<EntryTranslation
159-
className={cn("hyphens-auto", lineClamp.title)}
159+
className={cn("hyphens-auto font-semibold", lineClamp.title)}
160160
source={entry.entries.title}
161161
target={translation?.title}
162162
/>

0 commit comments

Comments
 (0)