Commit 6f6d925
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 <noreply@anthropic.com>1 parent 36daa2d commit 6f6d925
1 file changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 91 | + | |
96 | 92 | | |
97 | 93 | | |
98 | 94 | | |
| |||
0 commit comments