@7shifts/sous-chef 3.45.2 → 3.45.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.
@@ -7212,7 +7212,7 @@ var DropdownListItem = function DropdownListItem(_ref) {
7212
7212
  };
7213
7213
  var getCaptionColor = function getCaptionColor() {
7214
7214
  if (selected) {
7215
- return 'eggplant-500';
7215
+ return 'blackberry-500';
7216
7216
  }
7217
7217
  if (disabled) {
7218
7218
  return 'grey-400';