@7shifts/sous-chef 3.83.2 → 3.83.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.
@@ -10621,6 +10621,17 @@ const getSelectStyles = ({
10621
10621
  fontFamily: FONT_FAMILY
10622
10622
  });
10623
10623
  },
10624
+ multiValue: base => {
10625
+ return Object.assign({}, base, {
10626
+ backgroundColor: COLORS['surface-container-high'],
10627
+ color: COLORS['surface-on-color-subtle']
10628
+ });
10629
+ },
10630
+ multiValueLabel: base => {
10631
+ return Object.assign({}, base, {
10632
+ color: COLORS['surface-on-color-subtle']
10633
+ });
10634
+ },
10624
10635
  multiValueRemove: base => {
10625
10636
  return Object.assign({}, base, {
10626
10637
  ':hover': {