Skip to content

Commit e64aaa6

Browse files
graycreateclaude
andcommitted
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 <[email protected]>
1 parent acde0db commit e64aaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V2er/View/Widget/SectionTitleView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct SectionTitleView: View {
2525
Text(title)
2626
.font(style == .normal ? .headline : .subheadline)
2727
.fontWeight(.heavy)
28-
.foregroundColor(.bodyText)
28+
.foregroundColor(.primaryText)
2929
.padding(.vertical, 8)
3030
.padding(.horizontal, style == .normal ? 2 : 8)
3131
.background {

0 commit comments

Comments
 (0)