diff --git a/lib/ui/app/entity_top_filter.dart b/lib/ui/app/entity_top_filter.dart index cfe7e69ba..166c44f16 100644 --- a/lib/ui/app/entity_top_filter.dart +++ b/lib/ui/app/entity_top_filter.dart @@ -373,6 +373,12 @@ class EntityTopFilterHeader extends StatelessWidget { final label = localization.lookup('$action'); return OutlinedButton( + style: action == EntityAction.edit + ? ButtonStyle( + backgroundColor: MaterialStateProperty.all( + state.prefState.colorThemeModel + .colorSuccess)) + : null, child: IconText( icon: getEntityActionIcon(action), text: label,