Skip to content

Commit

Permalink
Merge pull request #553 from mkinitcpio/fix/settings-ui
Browse files Browse the repository at this point in the history
fix(setting): link color for different themes
  • Loading branch information
bummoblizard authored Aug 22, 2022
2 parents c338c69 + a79e888 commit 9b58af8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CodeApp/UI/setting/setting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ struct settingView: View {
UIApplication.shared.open(url)
}) {
Text("Open an issue on GitHub")
.foregroundColor(Color.init(id: "statusBar.background"))
}

Button(action: {
Expand All @@ -119,7 +118,6 @@ struct settingView: View {
UIApplication.shared.open(url)
}) {
Text("Send us an email")
.foregroundColor(Color.init(id: "statusBar.background"))
}

Button(action: {
Expand All @@ -131,7 +129,6 @@ struct settingView: View {
UIApplication.shared.open(writeReviewURL)
}) {
Text(NSLocalizedString("Rate Code App", comment: ""))
.foregroundColor(Color.init(id: "statusBar.background"))
}
}

Expand Down

0 comments on commit 9b58af8

Please sign in to comment.