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

Change padding.

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