-
AI YAML wizard
+
AI YAML wizard
Describe how you want your workflow to behave. I’ll suggest
envs, branches, caching, matrix builds, etc.
@@ -406,7 +406,7 @@ export default function ConfigurePage() {
className={`rounded-lg px-3 py-2 text-xs whitespace-pre-wrap ${
m.role === "user"
? "bg-slate-900 text-white"
- : "bg-white text-slate-900 border border-slate-200"
+ : "bg-white text-slate-900 border border-slate-300"
} max-w-[80%]`}
>
{m.content}
@@ -423,7 +423,7 @@ export default function ConfigurePage() {
{/* Chat input */}