From e08813bf661180fa2ef666bbef7f4e70e2de038b Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Mon, 6 Jul 2026 10:10:11 +0300 Subject: [PATCH] improvements --- .../pages/user/notifications/notification_filter_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/pages/user/notifications/notification_filter_page.dart b/lib/views/pages/user/notifications/notification_filter_page.dart index ca97a5c0..e10984c9 100644 --- a/lib/views/pages/user/notifications/notification_filter_page.dart +++ b/lib/views/pages/user/notifications/notification_filter_page.dart @@ -209,7 +209,7 @@ class _NotificationFilterPageState extends State { }); }, ).expanded, - 8.width, + 12.width, ADatePicker( label: context.translation.to, from: DateTime(2000),