diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/DynamicInput/OptionSelect/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/DynamicInput/OptionSelect/index.jsx index f8b4d7ef..5b69cc0a 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/DynamicInput/OptionSelect/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/DynamicInput/OptionSelect/index.jsx @@ -11,10 +11,10 @@ const OptionSelect = ({ data, settings }) => { {data.options.map((option, index) => ( ))} @@ -58,7 +58,7 @@ const OptionSelect = ({ data, settings }) => { multiple={settings.allowMultiple} required={true} disabled={settings.disabled} - className="bg-sidebar text-white text-xs rounded-xl p-2.5 w-full border border-white/20 focus:ring-blue-500 focus:border-blue-500" + className="shadow-xl bg-sidebar text-white text-xs rounded-xl p-2.5 w-full border border-white/20 focus:ring-blue-500 focus:border-blue-500" > {settings.waitingForModels ? (