Commit fd656e2
Fix: Improve UI text and icon visibility in dark mode (#23)
* fix: change section title color from bodyText to primaryText for better visibility
- Updated SectionTitleView to use primaryText color instead of bodyText
- Improves visibility of section titles in Explore page
- Affects all section headers including "今日热议", "最热节点", "新增节点", and "节点导航"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: improve tab bar icon visibility in dark mode
- Added .renderingMode(.template) to tab icons for proper tinting
- Applied different opacity for selected (100%) vs unselected (60%) tab items
- Icons now properly respect TintColor which switches to white in dark mode
- Improved visual hierarchy with clearer selected/unselected state distinction
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent acde0db commit fd656e2
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments