diff --git a/packages/core/helper-plugin/lib/src/components/ReactSelect/ReactSelect.js b/packages/core/helper-plugin/lib/src/components/ReactSelect/ReactSelect.js index 55645ed291..573d0e1ff5 100644 --- a/packages/core/helper-plugin/lib/src/components/ReactSelect/ReactSelect.js +++ b/packages/core/helper-plugin/lib/src/components/ReactSelect/ReactSelect.js @@ -11,7 +11,7 @@ import getSelectStyles from './utils/getSelectStyles'; const ReactSelect = ({ components, styles, ...props }) => { const theme = useTheme(); - const customStyles = getSelectStyles(theme); + const customStyles = getSelectStyles(theme, props); return (