Fix all chat text looking too light

Problem

The text in the chat panel appears too light due to a sweeping gl-text-secondary class applied to the entire container. This affects readability across both light and dark themes.

Light Dark
Screenshot_2025-11-18_at_1.41.48_PM Screenshot_2025-11-18_at_1.40.07_PM

Proposed Solution

  • Remove or scope the gl-text-secondary class from the chat container
  • Ensure text color is controlled at the component level within duo-ui
  • Verify text contrast meets accessibility standards in both themes
Edited by Austin Regnery