fix(Communities): reintroduce danger list item for "leave community" button
This was already one in 78f7e0f4e0
but due to
lack of updated designs, it was accidently undone in the refactor of community modals.
This commit is contained in:
parent
e6059db5ac
commit
cd37fa8e58
|
@ -134,7 +134,7 @@ Column {
|
|||
icon.height: 16
|
||||
icon.width: 20
|
||||
icon.rotation: 180
|
||||
type: StatusListItem.Type.Secondary
|
||||
type: StatusListItem.Type.Danger
|
||||
sensor.onClicked: root.leaveButtonClicked()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue