opt.: back btn on scan page

Fixes #564
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-31 19:33:57 +08:00
parent 7d0ea8a58b
commit b33d0bbc3e
5 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ final class _SystemdPageState extends State<SystemdPage> {
curve: Curves.fastEaseInToSlowEaseOut,
height: isBusy ? 30 : 0,
child: isBusy
? SizedLoading.centerSmall.paddingOnly(bottom: 7)
? SizedLoading.small.paddingOnly(bottom: 7)
: const SizedBox.shrink(),
),
),