Skip to content

Commit

Permalink
increase opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaybre committed Nov 29, 2023
1 parent 0f0a357 commit 74e568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Hacker News/Components/StoryRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct StoryRow: View {
}()
Text(dateAndAuthor)
.font(.caption)
.foregroundColor(Color.primary.opacity(0.6))
.foregroundColor(Color.primary.opacity(0.65))

if story.commentCount > 0 {
Button(action: {
Expand Down

0 comments on commit 74e568e

Please sign in to comment.