fix: add back spacing between activity preview page CTA buttons (#5821)
This commit is contained in:
parent
107cc42294
commit
097a8f06c3
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ class _ActivityRoleConfirmedButtons extends StatelessWidget {
|
|||
final showPlayWithBot = !controller.isBotRoomMember;
|
||||
|
||||
return Column(
|
||||
spacing: 16.0,
|
||||
mainAxisSize: .min,
|
||||
children: [
|
||||
if (showPingCourse)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue