diff --git a/lib/ui/device_folders_gallery_widget.dart b/lib/ui/device_folders_gallery_widget.dart index ce2f089f9..fb0ff040e 100644 --- a/lib/ui/device_folders_gallery_widget.dart +++ b/lib/ui/device_folders_gallery_widget.dart @@ -97,11 +97,11 @@ class _DeviceFolderGalleryWidgetState extends State { width: 150, ), Padding( - padding: const EdgeInsets.all(12.0), + padding: const EdgeInsets.all(8.0), child: Text( folder.name, style: TextStyle( - fontSize: 16, + fontSize: 14, ), overflow: TextOverflow.ellipsis, ),