Przeglądaj źródła

reduce bottom padding for archive from 48 -> 36

Neeraj Gupta 3 lat temu
rodzic
commit
dd0ee7b4d2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/ui/collections_gallery_widget.dart

+ 1 - 1
lib/ui/collections_gallery_widget.dart

@@ -216,7 +216,7 @@ class _CollectionsGalleryWidgetState extends State<CollectionsGalleryWidget>
                     ArchivePage(),
                   );
                 }),
-            Padding(padding: EdgeInsets.fromLTRB(12, 12, 12, 48)),
+            Padding(padding: EdgeInsets.fromLTRB(12, 12, 12, 36)),
           ],
         ),
       ),