@7shifts/sous-chef 3.48.0-beta.2 → 3.48.0-beta.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.
@@ -9278,7 +9278,7 @@ function CustomOption(_ref) {
9278
9278
  return React__default.createElement(components.Option, _extends({}, props), React__default.createElement(UserCustomOption, _extends({}, props), children));
9279
9279
  }
9280
9280
 
9281
- var FONT_FAMILY = "'Proxima Nova', sans-serif";
9281
+ var FONT_FAMILY = "'SF Pro', sans-serif";
9282
9282
 
9283
9283
  var getSelectStyles = function getSelectStyles(_ref) {
9284
9284
  var isInvalid = _ref.isInvalid,