codeant-ai-for-open-source[bot] commented on PR #38608:
URL: https://github.com/apache/superset/pull/38608#issuecomment-4049245569
## **Sequence Diagram**
This PR updates the metadata bar tooltip header styling to use the theme
bold font weight token. The main flow remains the same, but header rendering
now consistently resolves to a bold weight across themes.
```mermaid
sequenceDiagram
participant User
participant MetadataBar
participant Theme
User->>MetadataBar: Hover over metadata bar
MetadataBar->>Theme: Resolve header font weight token
Theme-->>MetadataBar: Return fontWeightBold
MetadataBar-->>User: Show tooltip header in bold text
```
---
*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]