Tiny visual tweaks
This commit is contained in:
parent
86f203ae55
commit
29e40887fb
|
@ -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')),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue