mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: removed space under grid (#4352)
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
This commit is contained in:
@ -38,7 +38,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, top: 8),
|
margin: const EdgeInsets.only(bottom: 8, top: 8),
|
||||||
child: const GridAddRowButton(),
|
child: const GridAddRowButton(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user