@contentful/field-editor-reference 5.3.2 → 5.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2946,9 +2946,6 @@ function WrappedEntryCard(props) {
2946
2946
  size: props.size,
2947
2947
  isSelected: props.isSelected,
2948
2948
  status: status,
2949
- style: props.spaceName ? {
2950
- backgroundColor: tokens.gray100
2951
- } : undefined,
2952
2949
  icon: props.spaceName ? createElement(SpaceName, {
2953
2950
  spaceName: props.spaceName
2954
2951
  }) : createElement(ScheduledIconWithTooltip, {