Skip to content

Commit

Permalink
improve: change calendar cell padding
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise committed Oct 15, 2024
1 parent 8d3489c commit c050ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/event/reminder_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class _ReminderSectionState extends State<ReminderSection> {
onPageChange: (date, page) => _fetchReminderOccurrences(date),
cellBuilder: (date, event, isToday, isInMonth, hideDaysNotInMonth) =>
Padding(
padding: const EdgeInsets.all(5.0),
padding: const EdgeInsets.all(2),
child: isInMonth
? Container(
decoration: BoxDecoration(
Expand Down

0 comments on commit c050ac3

Please sign in to comment.