From 6efee00cbcadb3f5b653d85760b889e6ffb9ab17 Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 9 May 2025 11:16:36 +0700 Subject: [PATCH] TF-3704 Fix padding left icon app grid on left menu Signed-off-by: dab246 --- lib/features/mailbox/presentation/widgets/app_grid_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/mailbox/presentation/widgets/app_grid_view.dart b/lib/features/mailbox/presentation/widgets/app_grid_view.dart index fbf6e852d..bf318122a 100644 --- a/lib/features/mailbox/presentation/widgets/app_grid_view.dart +++ b/lib/features/mailbox/presentation/widgets/app_grid_view.dart @@ -34,7 +34,7 @@ class _AppGridViewState extends State { return Column(children: [ Padding( padding: const EdgeInsetsDirectional.only( - start: 24, + start: 26, end: 4, top: 4, bottom: 4,