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 |
|---|---|
|
|
Proposed Solution
- Remove or scope the
gl-text-secondaryclass 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

