From 29e40887fb0d589c1d9a485862d661faaf17e059 Mon Sep 17 00:00:00 2001 From: krawieck Date: Mon, 7 Sep 2020 16:24:09 +0200 Subject: [PATCH] Tiny visual tweaks --- lib/pages/community.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pages/community.dart b/lib/pages/community.dart index 55af78f..d9a5df6 100644 --- a/lib/pages/community.dart +++ b/lib/pages/community.dart @@ -144,13 +144,11 @@ class CommunityPage extends HookWidget { body: TabBarView( children: [ ListView( - padding: EdgeInsets.all(0), children: [ Center(child: Text('posts go here')), ], ), ListView( - padding: EdgeInsets.all(0), children: [ Center(child: Text('comments go here')), ],