diff --git a/frontend/lib/event/reminder_section.dart b/frontend/lib/event/reminder_section.dart index 5c9af341..9256f297 100644 --- a/frontend/lib/event/reminder_section.dart +++ b/frontend/lib/event/reminder_section.dart @@ -199,7 +199,7 @@ class _ReminderSectionState extends State { 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(