feat: Improve UI styles in PlaygroundForm and Select components

This commit is contained in:
n4ze3m
2025-01-12 00:27:58 +05:30
parent bac85d65c5
commit 72926f947e
2 changed files with 4 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ export const PlaygroundForm = ({ dropedFile }: Props) => {
return (
<div
className={`px-3 pt-3 bg-gray-100 dark:bg-[#262626] border rounded-t-xl dark:border-gray-600
${temporaryChat && "!bg-gray-300 dark:!bg-black "}
${temporaryChat && "!bg-gray-200 dark:!bg-black "}
`}>
<div
className={`h-full rounded-md shadow relative ${
@@ -231,7 +231,7 @@ export const PlaygroundForm = ({ dropedFile }: Props) => {
<div>
<div
className={`flex rounded-t-xl bg-white dark:bg-transparent ${
temporaryChat && "!bg-gray-300 dark:!bg-black"
temporaryChat && "!bg-gray-100 dark:!bg-black"
}`}>
<form
onSubmit={form.onSubmit(async (value) => {