Skip to content

Commit

Permalink
Removing the green checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastFlame committed Jun 15, 2023
1 parent 74ebfeb commit aa4a2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/home/widgets/task.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class TaskTile extends StatelessWidget {
Padding(
padding: const EdgeInsets.all(appPadding / 2),
child: Checkbox(
activeColor: Colors.green,
// activeColor: Colors.green, хз, оно стрёмное
side: task.priority.value.index > 1
? const BorderSide(color: Colors.red, width: 2)
: null,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: yss_todo
description: A new Flutter project.
publish_to: 'none'
version: 0.1.0
version: 0.1.2+1

environment:
sdk: '>=3.0.3 <4.0.0'
Expand Down

0 comments on commit aa4a2ac

Please sign in to comment.