SNDTRN-1: update build and some ui changes #1

Merged
jshbrmn merged 13 commits from feature/SNDTRN-1-update-build into main 2024-11-29 09:25:00 -08:00
Showing only changes of commit 0fe3d65bb8 - Show all commits

View File

@ -90,16 +90,16 @@ class SessionViewActivities extends StatelessWidget {
position: custom,
child: Dialog.fullscreen(
child: Flex(
direction: Axis.vertical,
mainAxisSize: MainAxisSize.min,
children: <Widget>[
AppBar(
centerTitle: true,
title: const Text('test activity',
style: TextStyle(fontSize: 15)),
),
],
)));
direction: Axis.vertical,
mainAxisSize: MainAxisSize.min,
children: <Widget>[
AppBar(
centerTitle: true,
title: const Text('test activity',
style: TextStyle(fontSize: 15)),
),
],
)));
},
barrierDismissible: true,
barrierLabel: '',