diff --git a/components/lib/select/style/SelectStyle.js b/components/lib/select/style/SelectStyle.js index dec73b02c..dae608a80 100644 --- a/components/lib/select/style/SelectStyle.js +++ b/components/lib/select/style/SelectStyle.js @@ -1,3 +1,5 @@ +import BaseStyle from 'primevue/base/style'; + const theme = ({ dt }) => ` .p-select { display: inline-flex;