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:
committed by
William Casarin
parent
fb1bcdd31f
commit
a69fb5306c
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user