diff --git a/lib/ui/task/task_screen.dart b/lib/ui/task/task_screen.dart index a8e4378e1..0362379e1 100644 --- a/lib/ui/task/task_screen.dart +++ b/lib/ui/task/task_screen.dart @@ -50,8 +50,8 @@ class TaskScreen extends StatelessWidget { ), appBarLeadingActions: [ IconButton( - icon: Icon(MdiIcons.trello), - color: state.prefState.showKanban ? state.accentColor : null, + icon: Icon( + state.prefState.showKanban ? Icons.view_list : MdiIcons.trello), onPressed: () { if (isDesktop(context) && !state.prefState.showKanban) { store.dispatch(ViewTask(taskId: ''));