Skip to content

Commit e913daf

Browse files
committed
enlarge buttons in schieber dialog
1 parent e96bd90 commit e913daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schieber/dialog/schieber_dialog.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Future<Points?> schieberDialogBuilder(BuildContext context, int teamId,
160160
style: TextButton.styleFrom(
161161
textStyle: Theme.of(context).textTheme.labelLarge,
162162
),
163-
child: Text(text),
163+
child: Text(text, textScaler: const TextScaler.linear(1.5)),
164164
onPressed: () {
165165
final weis = (text == context.l10n.weis);
166166
var ptsOther = (weis) ? 0 : pointsOtherTeam();

0 commit comments

Comments
 (0)