From c050ac39b83fdfb7e40be16cdc7307c37ba9a919 Mon Sep 17 00:00:00 2001 From: MDeLuise <66636702+MDeLuise@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:18:58 +0200 Subject: [PATCH] improve: change calendar cell padding --- frontend/lib/event/reminder_section.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(