Skip to content

Commit 7cf3f8c

Browse files
nico 222DNM: Testing stacked PR
1 parent bfd2f69 commit 7cf3f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/HackerNews/Stories/StoryRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct StoryRow: View {
6767
HStack(spacing: 4) {
6868
Image(systemName: "clock")
6969
.font(.system(size: 12))
70-
.foregroundColor(.green)
70+
.foregroundColor(.hnOrange)
7171
Text(content.relativeDate())
7272
.font(theme.themedFont(size: 12, style: .sans, weight: .medium))
7373
}

0 commit comments

Comments
 (0)