diff --git a/lib/screens/livetv/tabs/guide_tab.dart b/lib/screens/livetv/tabs/guide_tab.dart index ed654a85..8342063d 100644 --- a/lib/screens/livetv/tabs/guide_tab.dart +++ b/lib/screens/livetv/tabs/guide_tab.dart @@ -1049,8 +1049,8 @@ class GuideTabState extends State { 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,