You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(loading): improve loading screen theming for dark mode support
Fixes white flash in dark mode and removes fallback "Loading..." text
that was displaying in Times New Roman font.
Changes:
- Set themed background color on body using colorBgBase token
- Supports both light (#ffffff) and dark mode backgrounds
- Remove "Loading..." alt text from branded spinner image
- Remove fallback "Loading..." text div entirely
- Let React app handle loading state instead of HTML fallback
This eliminates the white background flash when loading in dark mode
and removes the unstyled "Loading..." text that appeared briefly.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments