From 1278407c90be971d770e2f0c5ad7bb2c4683e114 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Fri, 28 Jun 2024 22:04:21 -0400 Subject: [PATCH] Slight spacing change --- lib/pages/apps.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/apps.dart b/lib/pages/apps.dart index fb901ff..0cad218 100644 --- a/lib/pages/apps.dart +++ b/lib/pages/apps.dart @@ -466,7 +466,7 @@ class AppsPageState extends State { hasUpdate ? getUpdateButton(index) : const SizedBox.shrink(), hasUpdate ? const SizedBox( - width: 10, + width: 5, ) : const SizedBox.shrink(), GestureDetector(