Skip to content

Commit

Permalink
yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e committed Feb 6, 2024
1 parent 9ff7947 commit 73c738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Hacker News/Components/ThemedButtonStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import SwiftUI
struct ThemedButtonStyle: ButtonStyle {
func makeBody(configuration: Self.Configuration) -> some View {
configuration.label
.foregroundColor(.blue)
.foregroundColor(.yellow)
.padding()
.background(HNColors.orange)
.cornerRadius(10)
Expand Down

0 comments on commit 73c738b

Please sign in to comment.