File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ class TaskListItem extends StatelessWidget {
29
29
30
30
@override
31
31
Widget build (BuildContext context) {
32
- // ignore: unused_element
33
32
TaskwarriorColorTheme tColors = Theme .of (context).extension < TaskwarriorColorTheme > ()! ;
33
+ // ignore: unused_element
34
34
void saveChanges () async {
35
35
var now = DateTime .now ().toUtc ();
36
36
modify.save (
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ class TaskWarriorColors {
19
19
static Color deepPurple = Colors .deepPurple;
20
20
21
21
// colors irrespective of theme
22
- static Color appBarColor = Color (0x000 );
22
+ static Color appBarColor = const Color (0xFF000000 );
23
23
static Color appBarTextColor = white;
24
- static Color appBarUnSelectedIconsColorForReports = Color (0xFF48454E );
24
+ static Color appBarUnSelectedIconsColorForReports = const Color (0xFF48454E );
25
25
26
26
// Dark Theme Color Palette
27
27
static Color kprimaryBackgroundColor = Palette .kToDark.shade200;
You can’t perform that action at this time.
0 commit comments