1 parent 22bac74 commit 258b70fCopy full SHA for 258b70f
1 file changed
Application/Presentation/ProfileTab/Sources/Settings/SettingsView.swift
@@ -72,11 +72,10 @@ struct SettingsView: View {
72
}
73
74
if let betaTestURL = store.betaTestURL {
75
- Button {
76
- UIApplication.shared.open(betaTestURL)
77
- } label: {
+ Link(destination: betaTestURL) {
78
VStack(alignment: .leading) {
79
Text(String(localized: "settings_join_beta"))
+ .foregroundStyle(Color.primary)
80
Text(String(localized: "settings_join_beta_subtitle"))
81
.foregroundStyle(Color.gray)
82
.font(.caption)
0 commit comments