Skip to content

Commit

Permalink
Merge pull request #325 from felangel/patch-1
Browse files Browse the repository at this point in the history
fix: `month_view` event `titleStyle` is tied to specific cell index
  • Loading branch information
PRBaraiya authored Feb 28, 2024
2 parents ab16d9b + 44a011c commit e737171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/month_view_components.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class FilledCell<T extends Object?> extends StatelessWidget {
events[index].title,
overflow: TextOverflow.clip,
maxLines: 1,
style: events[0].titleStyle ??
style: events[index].titleStyle ??
TextStyle(
color: events[index].color.accent,
fontSize: 12,
Expand Down

0 comments on commit e737171

Please sign in to comment.