Skip to content

Commit eba08b1

Browse files
committed
Make behaviour of cards more consistent
Now the workout card has the "go to detail page" on the left as well
1 parent d31b09d commit eba08b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/dashboard/widgets.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class _DashboardWorkoutWidgetState extends State<DashboardWorkoutWidget> {
575575
),
576576
if (_hasContent)
577577
Row(
578-
mainAxisAlignment: MainAxisAlignment.end,
578+
mainAxisAlignment: MainAxisAlignment.start,
579579
children: <Widget>[
580580
TextButton(
581581
child: Text(AppLocalizations.of(context).goToDetailPage),

0 commit comments

Comments
 (0)