Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e committed Feb 14, 2024
1 parent f6ec7f0 commit 867ab4c
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(.red)
.padding()
.background(HNColors.orange)
.cornerRadius(10)
Expand Down

0 comments on commit 867ab4c

Please sign in to comment.