Update icons

This commit is contained in:
Hillel Coren 2021-04-19 19:43:25 +03:00
parent 4ce7ad4444
commit 4a797bfd98
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ class TaskScreen extends StatelessWidget {
), ),
appBarLeadingActions: [ appBarLeadingActions: [
IconButton( IconButton(
icon: Icon(MdiIcons.trello), icon: Icon(
color: state.prefState.showKanban ? state.accentColor : null, state.prefState.showKanban ? Icons.view_list : MdiIcons.trello),
onPressed: () { onPressed: () {
if (isDesktop(context) && !state.prefState.showKanban) { if (isDesktop(context) && !state.prefState.showKanban) {
store.dispatch(ViewTask(taskId: '')); store.dispatch(ViewTask(taskId: ''));