TF-3704 Update left padding app grid view

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-05 14:41:24 +07:00
committed by Dat H. Pham
parent fd388f1674
commit f2e854c2f0
@@ -34,7 +34,7 @@ class _AppGridViewState extends State<AppGridView> {
return Column(children: [ return Column(children: [
Padding( Padding(
padding: const EdgeInsetsDirectional.only( padding: const EdgeInsetsDirectional.only(
start: 32, start: 24,
end: 4, end: 4,
top: 4, top: 4,
bottom: 4, bottom: 4,