Skip to content

Commit 7c2daa6

Browse files
committed
Fix format
1 parent 55baa35 commit 7c2daa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/features/dialogs/view/game_dialog.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class GameDialog extends StatelessWidget {
2323
child: ConstrainedBox(
2424
constraints: BoxConstraints(maxWidth: maxWidth),
2525
child: Material(
26-
color: dialogTheme.backgroundColor ?? theme.dialogTheme.backgroundColor,
26+
color:
27+
dialogTheme.backgroundColor ?? theme.dialogTheme.backgroundColor,
2728
elevation: 0.0,
2829
shadowColor: dialogTheme.shadowColor,
2930
surfaceTintColor: dialogTheme.surfaceTintColor,

0 commit comments

Comments
 (0)