richardfogaca opened a new pull request, #39909:
URL: https://github.com/apache/superset/pull/39909

   ### SUMMARY
   
   The auto-refresh status indicator's paused-state dot was using 
`theme.colorBorder` for its 1px outline, which is too dim against the 
surrounding container — making the dot nearly invisible. Switch the outline to 
`theme.colorTextSecondary` so it visually aligns with the adjacent play/pause 
icon (which already uses `colorTextSecondary` in the parent `iconButtonStyles`).
   
   Single-line change in `StatusIndicatorDot.tsx` — only affects the `Paused` 
status; the other statuses (`Success`/`Idle`/`Fetching`/`Delayed`/`Error`) 
don't render a border.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   **Before:** outline rendered with `colorBorder` — barely visible.
   **After:** outline rendered with `colorTextSecondary` — matches the play 
icon color.
   
   _(Screenshots to be attached.)_
   
   ### TESTING INSTRUCTIONS
   
   1. Open a dashboard that has auto-refresh enabled (Edit dashboard → 
Properties → set a refresh interval).
   2. The status indicator next to the play/pause button should be a colored 
dot (green/blue/yellow/red).
   3. Click the pause button. The dot becomes a hollow circle outlined in the 
container background.
   4. Verify the outline color matches the play icon color (both 
`colorTextSecondary`), not the dimmer `colorBorder`.
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API


-- 
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]

Reply via email to