From 4b28b03189910693c882113c7ada8366176e0515 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 8 May 2024 09:13:13 +0300 Subject: [PATCH] Update SelectStyle.js --- components/lib/select/style/SelectStyle.js | 2 ++ 1 file changed, 2 insertions(+) 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;