From fd1df23ff958dd22d347c9cd3b37ce0bf055b5a4 Mon Sep 17 00:00:00 2001 From: sherifButt <90522472+sherifButt@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:34:15 +0000 Subject: [PATCH] -styled input button to match input fields styling with darker background - dynamic input buttons and dropdown menues are mobile responsive now --- .../DynamicInput/OptionSelect/index.jsx | 6 +++--- .../ChatContainer/DynamicInput/index.jsx | 2 +- .../PromptInput/SlashCommands/index.jsx | 2 +- .../ChatContainer/PromptInput/index.jsx | 9 ++++++--- .../WorkspaceChat/ChatContainer/index.jsx | 19 ++++++++++--------- 5 files changed, 21 insertions(+), 17 deletions(-) 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 ? (