Skip to content
Snippets Groups Projects
Commit eaab8752 authored by Markin Igor's avatar Markin Igor
Browse files

Change padding.

parent 561e49f9
Branches
No related tags found
1 merge request!1Mobile app initial implementation.
...@@ -166,7 +166,7 @@ class _HomeState extends State<Home> { ...@@ -166,7 +166,7 @@ class _HomeState extends State<Home> {
Widget wrapInContainer(Widget widget) { Widget wrapInContainer(Widget widget) {
return Container( return Container(
padding: EdgeInsets.all(20.0), padding: EdgeInsets.all(10.0),
child: widget, child: widget,
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment