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:
Pascal Precht 2021-07-21 11:52:10 +02:00 committed by Iuri Matias
parent e6059db5ac
commit cd37fa8e58
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}