Slight spacing change

This commit is contained in:
Imran Remtulla
2024-06-28 22:04:21 -04:00
parent dff1b4cf39
commit 1278407c90

View File

@@ -466,7 +466,7 @@ class AppsPageState extends State<AppsPage> {
hasUpdate ? getUpdateButton(index) : const SizedBox.shrink(),
hasUpdate
? const SizedBox(
width: 10,
width: 5,
)
: const SizedBox.shrink(),
GestureDetector(