Fix some alignment issues
This commit is contained in:
parent
e5b7512e79
commit
c6904e9766
2 changed files with 5 additions and 4 deletions
|
|
@ -28,7 +28,6 @@ class MemberList extends HookConsumerWidget {
|
|||
return Drawer(
|
||||
shape: Border(),
|
||||
child: Column(
|
||||
spacing: 8,
|
||||
children: [
|
||||
AppBar(
|
||||
scrolledUnderElevation: 0,
|
||||
|
|
@ -44,9 +43,10 @@ class MemberList extends HookConsumerWidget {
|
|||
),
|
||||
],
|
||||
),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
Wrap(
|
||||
alignment: WrapAlignment.center,
|
||||
spacing: 8,
|
||||
runSpacing: 8,
|
||||
children: [
|
||||
FilterChip(
|
||||
label: Text("Joined"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue