codeant-ai-for-open-source[bot] commented on PR #38010:
URL: https://github.com/apache/superset/pull/38010#issuecomment-3908107370
## **Sequence Diagram**
Shows the main flow where the Calendar plugin reads the active theme and
applies corrected tooltip text color so tooltips render properly in both light
and dark themes.
```mermaid
sequenceDiagram
participant User
participant CalendarComponent
participant ThemeProvider
participant Tooltip
User->>CalendarComponent: Open / interacts with calendar chart
CalendarComponent->>ThemeProvider: Request current theme values
ThemeProvider-->>CalendarComponent: Return theme (colorBgElevated,
colorTextBase, ...)
CalendarComponent->>Tooltip: Apply Global styles (background:
colorBgElevated, color: colorTextBase)
Tooltip-->>User: Render tooltip with correct text color (light & dark)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]