Skip to content

Commit e92196b

Browse files
change grid square to 25
1 parent 31baebf commit e92196b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/searching/view_model/grid_notifier.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class SearchingNotifier extends StateNotifier<GridNotifierState> {
2222
SearchingNotifier() : super(GridNotifierState());
2323

2424
/// [_gridSquareSize]
25-
final double _gridSquareSize = 24;
25+
final double _gridSquareSize = 25;
2626
static const Duration scaleAppearDurationForWall = Duration(milliseconds: 700);
2727
static const Duration clearDuration = Duration(microseconds: 1);
2828
static const Duration drawFindingPathDuration = Duration(milliseconds: 2);

0 commit comments

Comments
 (0)