Update icons
This commit is contained in:
parent
4ce7ad4444
commit
4a797bfd98
|
|
@ -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: ''));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue