codeant-ai-for-open-source[bot] commented on PR #36781:
URL: https://github.com/apache/superset/pull/36781#issuecomment-4048229210
## **Sequence Diagram**
This PR adjusts the subsection header styling used in Explore widget
settings panels by increasing bottom spacing while keeping typography tokens
consistent. The core flow remains the same, but rendered headers now show
clearer visual separation for improved readability.
```mermaid
sequenceDiagram
participant User
participant ExplorePanel
participant SubSectionHeader
participant Theme
User->>ExplorePanel: Open widget settings panel
ExplorePanel->>SubSectionHeader: Render subsection title
SubSectionHeader->>Theme: Resolve typography style tokens
Theme-->>SubSectionHeader: Return same weight and size with larger
bottom spacing
SubSectionHeader-->>User: Show clearer subsection hierarchy
```
---
*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]