Agent message bubble should follow light/dark theme #88

Closed
opened 2026-08-02 03:19:17 -07:00 by westfarn · 0 comments
Owner

Problem

User message bubbles adapt to light/dark mode, but agent message bubbles stay dark in both themes. In light mode this looks inconsistent and heavy against the light chat background.

Expected behavior

  • Dark mode: agent bubble stays dark; text stays light (readable)
  • Light mode: agent bubble is light; text is dark (readable)
  • User bubble theme behavior unchanged

Acceptance criteria

  • Agent bubble background follows active theme (light bg in light mode, dark bg in dark mode)
  • Agent text color contrasts correctly with the bubble in both themes
  • User bubble still theme-aware as today
  • No regression on readability / contrast for long agent replies

Context

  • Platform: chat UI (mobile + desktop)
  • Area: agent/assistant message bubble styling / theme tokens
## Problem User message bubbles adapt to light/dark mode, but **agent message bubbles stay dark** in both themes. In light mode this looks inconsistent and heavy against the light chat background. ## Expected behavior - **Dark mode:** agent bubble stays dark; text stays light (readable) - **Light mode:** agent bubble is light; text is dark (readable) - User bubble theme behavior unchanged ## Acceptance criteria - [ ] Agent bubble background follows active theme (light bg in light mode, dark bg in dark mode) - [ ] Agent text color contrasts correctly with the bubble in both themes - [ ] User bubble still theme-aware as today - [ ] No regression on readability / contrast for long agent replies ## Context - Platform: chat UI (mobile + desktop) - Area: agent/assistant message bubble styling / theme tokens
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#88