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(