fix:Spacing above New row in grid (#3564)

* fix:Spacing above New row in grid

* revert: update frontend/appflowy_flutter/ios/Podfile.lock

---------

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
This commit is contained in:
Ahsan Ahmad 2023-10-02 02:22:21 +05:00 committed by GitHub
parent 890f52a00a
commit 891d794900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class GridRowBottomBar extends StatelessWidget {
return Container(
padding: GridSize.footerContentInsets,
height: GridSize.footerHeight,
margin: const EdgeInsets.only(bottom: 200),
margin: const EdgeInsets.only(bottom: 200, top: 8),
child: const GridAddRowButton(),
);
}