fix(mobile): top padding missing from drag handle in add to album bottom sheet (#1462)

This commit is contained in:
martyfuhry 2023-01-28 16:05:28 -05:00 committed by GitHub
parent a287be1f0c
commit 6b5d6e4091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ class AddToAlbumBottomSheet extends HookConsumerWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const SizedBox(height: 12),
const Align(
alignment: Alignment.center,
child: CustomDraggingHandle(),