From bf01d08ea014d9eebbb54a5d001ae344cc486159 Mon Sep 17 00:00:00 2001 From: ericholguin Date: Fri, 26 May 2023 19:59:42 -0600 Subject: [PATCH] setupview: remove damus white button implementation --- damus/Views/SetupView.swift | 12 ------------ 1 file changed, 12 deletions(-) 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 {