We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd2f69 commit 7cf3f8cCopy full SHA for 7cf3f8c
ios/HackerNews/Stories/StoryRow.swift
@@ -67,7 +67,7 @@ struct StoryRow: View {
67
HStack(spacing: 4) {
68
Image(systemName: "clock")
69
.font(.system(size: 12))
70
- .foregroundColor(.green)
+ .foregroundColor(.hnOrange)
71
Text(content.relativeDate())
72
.font(theme.themedFont(size: 12, style: .sans, weight: .medium))
73
}
0 commit comments