Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios/HackerNews/Stories/StoryRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct StoryRowLoadingState: View {
HStack(spacing: 4) {
Image(systemName: "clock")
.font(.system(size: 12))
.foregroundColor(.purple)
.foregroundColor(.primary)
.redacted(reason: .placeholder)
Text("2h ago")
.font(theme.userSansFont(size: 12, weight: .medium))
Expand Down
2 changes: 1 addition & 1 deletion ios/HackerNews/Utils/Previews.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct PreviewHelpers {
hideUrl: "",
flagUrl: "",
text: text ?? """
Totally useless commentary:
Very much Totally useless commentary:
It makes me deeply happy to hear success stories like this for a project that's moving in the correctly opposite direction to that of the rest of the world.

Engildification. Of which there should be more!
Expand Down
Loading