@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.
- package/dist/foundation/constants.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -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 = "'
|
|
9281
|
+
var FONT_FAMILY = "'SF Pro', sans-serif";
|
|
9282
9282
|
|
|
9283
9283
|
var getSelectStyles = function getSelectStyles(_ref) {
|
|
9284
9284
|
var isInvalid = _ref.isInvalid,
|