fix(livetv): always bold EPG program titles in guide grid

close #687
This commit is contained in:
edde746
2026-03-13 18:20:47 +01:00
parent d01628a262
commit 6ccbaed3fd
+2 -2
View File
@@ -1049,8 +1049,8 @@ class GuideTabState extends State<GuideTab> {
children: [
Text(
program.grandparentTitle ?? program.title,
style: theme.textTheme.bodySmall?.copyWith(
fontWeight: isCurrentlyAiring ? FontWeight.w600 : FontWeight.normal,
style: theme.textTheme.bodyMedium?.copyWith(
fontWeight: FontWeight.w600,
color: titleColor,
),
maxLines: 1,