Commit 4f15a562 authored by Gustavo Jesinski's avatar Gustavo Jesinski
Browse files

fix overflow

Showing with 1 addition and 1 deletion
+1 -1
......@@ -14,7 +14,7 @@ class TopCard extends StatelessWidget {
Widget build(BuildContext context) {
DateTime __data = new DateTime.now();
return Container(
padding: EdgeInsets.only(top: 8, bottom: 20, left: 24, right: 24),
padding: EdgeInsets.only(top: 8, bottom: 0, left: 24, right: 24),
decoration: BoxDecoration(
color: primaryFaded,
boxShadow: cardBoxShadow,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment