File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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 {
2929
3030 @override
3131 Widget build (BuildContext context) {
32- // ignore: unused_element
3332 TaskwarriorColorTheme tColors = Theme .of (context).extension < TaskwarriorColorTheme > ()! ;
33+ // ignore: unused_element
3434 void saveChanges () async {
3535 var now = DateTime .now ().toUtc ();
3636 modify.save (
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ class TaskWarriorColors {
1919 static Color deepPurple = Colors .deepPurple;
2020
2121 // colors irrespective of theme
22- static Color appBarColor = Color (0x000 );
22+ static Color appBarColor = const Color (0xFF000000 );
2323 static Color appBarTextColor = white;
24- static Color appBarUnSelectedIconsColorForReports = Color (0xFF48454E );
24+ static Color appBarUnSelectedIconsColorForReports = const Color (0xFF48454E );
2525
2626 // Dark Theme Color Palette
2727 static Color kprimaryBackgroundColor = Palette .kToDark.shade200;
You can’t perform that action at this time.
0 commit comments