is there a Way to change the look of the swift
EditButton()
like:
EditButton(){
label: {
Image(systemName: "plus.circle")
.padding(.top)
.font(.title)
.foregroundColor(Color.red)
}
or do i need any Workaround / an own Editbutton?