diff --git a/src/features/workspace-system-prompt/components/system-prompt-editor.tsx b/src/features/workspace-system-prompt/components/system-prompt-editor.tsx index 3ee574f0..745c1b53 100644 --- a/src/features/workspace-system-prompt/components/system-prompt-editor.tsx +++ b/src/features/workspace-system-prompt/components/system-prompt-editor.tsx @@ -17,6 +17,7 @@ import { } from "react"; import { usePostSystemPrompt } from "../hooks/use-post-system-prompt"; import { Check } from "lucide-react"; +import { twMerge } from "tailwind-merge"; type DarkModeContextValue = { preference: "dark" | "light" | null; @@ -63,7 +64,7 @@ export function SystemPromptEditor({ className }: { className?: string }) { const { saved, setSaved } = useSavedStatus(); return ( - + Custom prompt @@ -86,7 +87,9 @@ export function SystemPromptEditor({ className }: { className?: string }) { - Cancel + + Cancel +