fix: Resolve mention dropdown issue in @ agent selection for light mode #318
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug Fix: Resolved an issue where the mention dropdown was not displaying names properly in the @ agent selection, specifically in light mode.
![Screenshot 2024-11-15 at 8 44 01 PM](https://private-user-images.githubusercontent.com/129304623/386808890-9a783d03-d1f3-4924-a46f-fe6a906b66b5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDMxNDYsIm5iZiI6MTczOTQwMjg0NiwicGF0aCI6Ii8xMjkzMDQ2MjMvMzg2ODA4ODkwLTlhNzgzZDAzLWQxZjMtNDkyNC1hNDZmLWZlNmE5MDZiNjZiNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQyMzI3MjZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMDQ3MjRhZmI5YTk3MmFjZjc3ZWM4Y2NmYjFlY2YwMGRlMGI2YmIzMTE3N2FkMzk1Y2EzMzI3ODQxMzUwZTExJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4e18DZZFVRGXwylHaoCgWwXc0xu4FAHbG0TuBBz_MNY)
Root Cause: The dropdown styling was not compatible with the light mode theme, leading to invisible or misaligned text.
Solution: Adjusted CSS styles and ensured compatibility across themes (light and dark modes).
Testing: Verified functionality in both light and dark modes to ensure the dropdown displays names correctly.