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

pull/1473/head
martyfuhry 2023-01-28 16:05:28 +07:00 committed by GitHub
parent a287be1f0c
commit 6b5d6e4091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -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(),