codeant-ai-for-open-source[bot] commented on PR #36781:
URL: https://github.com/apache/superset/pull/36781#issuecomment-4040692527
## **Sequence Diagram**
This PR updates the styled ControlSubSectionHeader used in Explore widget
settings so subsection titles use a medium font weight and increased bottom
spacing for clearer visual hierarchy without changing functional behavior.
```mermaid
sequenceDiagram
participant User
participant ExploreUI as Explore UI
participant Theme
User->>ExploreUI: Open widget settings panel
ExploreUI->>Theme: Request subsection header styles
Theme-->>ExploreUI: Return medium weight and increased margin
ExploreUI-->>User: Render panel with normalized subsection titles
```
---
*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]