TF-3704 Fix padding left icon app grid on left menu

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