diff --git a/frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart b/frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart index 3991b841b8..8f11bb008f 100644 --- a/frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart +++ b/frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart @@ -167,7 +167,8 @@ class FieldActionCell extends StatelessWidget { onTap(); } }, - leftIcon: svgWidget(action.iconName(), color: theme.iconColor), + leftIcon: svgWidget(action.iconName(), + color: enable ? theme.iconColor : theme.disableIconColor), ); } }