From a69fb5306c3c6dea1c39215596cee652f6f94c73 Mon Sep 17 00:00:00 2001 From: Jonathan Milligan Date: Tue, 3 Jan 2023 14:38:48 -0700 Subject: [PATCH] style: Make the post button purple Since everything on damus is now purple to match the purple ostrich mascot I made the background of the post button purple. --- damus/Views/PostButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/PostButton.swift b/damus/Views/PostButton.swift index d1b82dd..9046206 100644 --- a/damus/Views/PostButton.swift +++ b/damus/Views/PostButton.swift @@ -16,7 +16,7 @@ func PostButton(action: @escaping () -> ()) -> some View { .foregroundColor(Color.white) .padding(.bottom, 7) }) - .background(Color.blue) + .background(Color.accentColor) .cornerRadius(38.5) .padding() .shadow(color: Color.black.opacity(0.3),