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.
This commit is contained in:
Jonathan Milligan
2023-01-03 14:38:48 -07:00
committed by William Casarin
parent fb1bcdd31f
commit a69fb5306c

View File

@@ -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),