瀏覽代碼

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

martyfuhry 2 年之前
父節點
當前提交
6b5d6e4091
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mobile/lib/modules/album/ui/add_to_album_bottom_sheet.dart

+ 1 - 0
mobile/lib/modules/album/ui/add_to_album_bottom_sheet.dart

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