diff --git a/lib/ui/common/timeline_event_card.dart b/lib/ui/common/timeline_event_card.dart index c8c6947d..fb764397 100644 --- a/lib/ui/common/timeline_event_card.dart +++ b/lib/ui/common/timeline_event_card.dart @@ -40,7 +40,7 @@ class TimelineEventCard extends StatelessWidget { /// Text content Expanded( - child: Text(text, style: $styles.text.body), + child: Focus(child: Text(text, style: $styles.text.body)), ), ], ),