mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
parent
890f52a00a
commit
891d794900
@ -40,7 +40,7 @@ class GridRowBottomBar extends StatelessWidget {
|
|||||||
return Container(
|
return Container(
|
||||||
padding: GridSize.footerContentInsets,
|
padding: GridSize.footerContentInsets,
|
||||||
height: GridSize.footerHeight,
|
height: GridSize.footerHeight,
|
||||||
margin: const EdgeInsets.only(bottom: 200),
|
margin: const EdgeInsets.only(bottom: 200, top: 8),
|
||||||
child: const GridAddRowButton(),
|
child: const GridAddRowButton(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user