codeant-ai-for-open-source[bot] commented on PR #38313:
URL: https://github.com/apache/superset/pull/38313#issuecomment-3980580662
## **Sequence Diagram**
This PR makes the Select component's bulk action buttons inherit the parent
font family so theme token changes to fontFamily correctly apply to the "Select
all"/"Clear all" buttons. The diagram shows the success path from theme change
to rendered buttons reflecting the font.
```mermaid
sequenceDiagram
participant Dev as Developer / Theme
participant ThemeSystem as Theme system
participant Select as Select component (StyledBulkActionsContainer)
participant Button as .superset-button (Select all / Clear all)
participant Browser as Browser render
Dev->>ThemeSystem: Update Select fontFamily token
ThemeSystem->>Select: Provide updated theme props
Select->>Button: Render buttons with CSS (font-family: inherit)
Button->>Browser: Inherit parent font and render text
Browser-->>Dev: UI shows buttons using new fontFamily
```
---
*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]