From c47c98e65e3357398096f05ed41ac1b89bd3165d Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 25 Jul 2026 20:46:13 +0200 Subject: [PATCH] fix: Fix weird borders in the calendar view --- lib/src/ui/pages/calendar.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/ui/pages/calendar.dart b/lib/src/ui/pages/calendar.dart index 5305faf..fb3e06a 100644 --- a/lib/src/ui/pages/calendar.dart +++ b/lib/src/ui/pages/calendar.dart @@ -180,8 +180,8 @@ class CalendarPageState extends State { child: Stack( children: [ Positioned( - left: 8, - right: 8, + left: 0, + right: 0, top: 0, bottom: 0, child: Scaffold(