Minor UI changes

This commit is contained in:
Vishnu Mohandas 2020-12-08 01:12:26 +05:30
parent b06eacc7b6
commit efa5499186

View file

@ -68,7 +68,7 @@ class _CollectionsGalleryWidgetState extends State<CollectionsGalleryWidget>
return SingleChildScrollView(
child: Column(
children: [
SectionTitle("Device Folders"),
SectionTitle("DEVICE FOLDERS"),
Container(
height: 160,
child: Align(
@ -86,7 +86,7 @@ class _CollectionsGalleryWidgetState extends State<CollectionsGalleryWidget>
),
),
Divider(height: 12),
SectionTitle("Uploaded Collections"),
SectionTitle("UPLOADED COLLECTIONS"),
Padding(padding: EdgeInsets.all(6)),
GridView.builder(
shrinkWrap: true,