Files
copilotkit__copilotkit/showcase/integrations/crewai-crews/qa/chat-customization-css.md
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00

649 B

QA: Chat Customization (CSS) — CrewAI (Crews)

Prerequisites

  • Demo deployed; agent backend healthy.

Test Steps

  • Navigate to /demos/chat-customization-css.
  • Verify the chat container has the .chat-css-demo-scope wrapper class.
  • Verify the input has a hot-pink dashed border (3px dashed #ff006e).
  • Verify the input background is amber (#fef3c7).
  • Send a message; verify the user bubble is a hot-pink gradient (serif, bold, white).
  • Verify the assistant bubble is amber (#fde047) with a dark indigo border and monospace text.

Expected Results

  • All theming is scoped; rest of the app is unaffected.