codeant-ai-for-open-source[bot] commented on PR #38608:
URL: https://github.com/apache/superset/pull/38608#issuecomment-4048587173
## **Sequence Diagram**
This PR updates metadata title rendering to use the CSS bold keyword
directly instead of a theme font weight token. The change removes theme
dependency so the header consistently appears bold across themes.
```mermaid
sequenceDiagram
participant User
participant MetadataBar
participant Theme
participant Browser
User->>MetadataBar: Open view with metadata section
MetadataBar->>Theme: Read theme values for component styles
MetadataBar->>Browser: Apply title style with font weight bold
Browser-->>User: Render metadata title in bold consistently
```
---
*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]