Browse Source

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.
post-button-style
Jonathan Milligan 2 years ago
committed by William Casarin
parent
commit
a69fb5306c
  1. 2
      damus/Views/PostButton.swift

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

Loading…
Cancel
Save