diff --git a/src/components/Common/Playground/Message.tsx b/src/components/Common/Playground/Message.tsx index a469ae6..57f2ac9 100644 --- a/src/components/Common/Playground/Message.tsx +++ b/src/components/Common/Playground/Message.tsx @@ -25,9 +25,7 @@ export const PlaygroundMessage = (props: Props) => { return (
+ className={`group w-full text-gray-800 dark:text-gray-100 border-b border-black/10 dark:border-gray-900/50 `}>
diff --git a/src/components/Sidepanel/Chat/empty.tsx b/src/components/Sidepanel/Chat/empty.tsx index c7fe6cd..7626631 100644 --- a/src/components/Sidepanel/Chat/empty.tsx +++ b/src/components/Sidepanel/Chat/empty.tsx @@ -41,7 +41,7 @@ export const EmptySidePanel = () => { return (
-
+
{(ollamaStatus === "pending" || isRefetching) && (
@@ -98,7 +98,7 @@ export const EmptySidePanel = () => { setSelectedModel(e.target.value) }} value={selectedModel} - className="bg-gray-100 truncate w-full dark:bg-black dark:text-gray-100 rounded-md px-4 py-2 mt-2"> + className="bg-gray-100 truncate w-full dark:bg-[#171717] dark:text-gray-100 rounded-md px-4 py-2 mt-2"> diff --git a/src/components/Sidepanel/Chat/form.tsx b/src/components/Sidepanel/Chat/form.tsx index 94bf2b8..d2e62db 100644 --- a/src/components/Sidepanel/Chat/form.tsx +++ b/src/components/Sidepanel/Chat/form.tsx @@ -57,7 +57,7 @@ export const SidepanelForm = ({ dropedFile }: Props) => { }) return ( -
+
{chatMode === "normal" && form.values.image && (
@@ -71,7 +71,7 @@ export const SidepanelForm = ({ dropedFile }: Props) => { onClick={() => { form.setFieldValue("image", "") }} - className="absolute top-2 right-2 bg-white dark:bg-black p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-800 text-black dark:text-gray-100"> + className="absolute top-2 right-2 bg-white dark:bg-[#262626] p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-800 text-black dark:text-gray-100">
@@ -92,7 +92,7 @@ export const SidepanelForm = ({ dropedFile }: Props) => { }) })} className="shrink-0 flex-grow flex items-center "> -
+