Browse Source

reduce bottom padding for archive from 48 -> 36

Neeraj Gupta 3 years ago
parent
commit
dd0ee7b4d2
1 changed files with 1 additions and 1 deletions
  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)),
           ],
         ),
       ),