damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit a69fb5306c3c6dea1c39215596cee652f6f94c73
parent fb1bcdd31f59fe22a63ad87f39c15f24f8b97855
Author: Jonathan Milligan <logouts.deco-0e@icloud.com>
Date:   Tue,  3 Jan 2023 14:38:48 -0700

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.

Diffstat:
Mdamus/Views/PostButton.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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),