Tiny visual tweaks

This commit is contained in:
krawieck 2020-09-07 16:24:09 +02:00
parent 86f203ae55
commit 29e40887fb
1 changed files with 0 additions and 2 deletions

View File

@ -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')),
],