Update size

This commit is contained in:
Alex Tran
2022-11-06 21:20:48 -06:00
parent d90527a095
commit 2ff1a81f19
4 changed files with 12 additions and 12 deletions

View File

@@ -154,7 +154,7 @@ class ControlBottomAppBar extends ConsumerWidget {
onCreateNewAlbum: () => onCreateNewAlbum(),
),
renderAlbums(),
const SizedBox(height: 12),
const SizedBox(height: 200),
],
),
),