Skip to content

Commit

Permalink
Revert rule value
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed Jun 5, 2024
1 parent fd58294 commit a47a467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CareYourEyes extends StatelessWidget {
}
}

const int rule = 1;
const int rule = 20;
const duration = Duration(minutes: rule);
const size = Size(400, 400);

Expand Down

0 comments on commit a47a467

Please sign in to comment.