diff --git a/damus/Views/SetupView.swift b/damus/Views/SetupView.swift index 1509e752..89b9422c 100644 --- a/damus/Views/SetupView.swift +++ b/damus/Views/SetupView.swift @@ -83,18 +83,6 @@ struct SetupView: View { } } -func DamusWhiteButton(_ title: String, action: @escaping () -> ()) -> some View { - return Button(action: action) { - Text(title) - .frame(width: 300, height: 50) - .font(.body.bold()) - .contentShape(Rectangle()) - .foregroundColor(.white) - .background( - RoundedRectangle(cornerRadius: 4.0) - .stroke(Color.white, lineWidth: 2.0) - .background(Color.white.opacity(0.15)) - ) struct LearnAboutNostrLink: View { @Environment(\.openURL) var openURL var body: some View {