Fix create new album button
This commit is contained in:
parent
e0000b6888
commit
94366a2aea
1 changed files with 1 additions and 3 deletions
|
@ -212,9 +212,7 @@ class _CollectionsGalleryWidgetState extends State<CollectionsGalleryWidget> {
|
|||
List<CollectionWithThumbnail> collections, int index) {
|
||||
if (index == collections.length) {
|
||||
return Container(
|
||||
height: 150,
|
||||
width: 150,
|
||||
margin: EdgeInsets.fromLTRB(0, 0, 12, 28),
|
||||
padding: EdgeInsets.fromLTRB(28, 0, 28, 56),
|
||||
child: OutlineButton(
|
||||
child: Icon(
|
||||
Icons.add,
|
||||
|
|
Loading…
Add table
Reference in a new issue