mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: disabled icon color in grid header menu
This commit is contained in:
parent
21d09f7741
commit
3b6c6e92d6
@ -167,7 +167,8 @@ class FieldActionCell extends StatelessWidget {
|
|||||||
onTap();
|
onTap();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
leftIcon: svgWidget(action.iconName(), color: theme.iconColor),
|
leftIcon: svgWidget(action.iconName(),
|
||||||
|
color: enable ? theme.iconColor : theme.disableIconColor),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user